Skip to content

Commit 94150b1

Browse files
committed
increase version to 3.1.2
1 parent c6e7ca5 commit 94150b1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Unreleased
44
### Added
5-
- add Model.getNReaders that returns the number of available readers
5+
### Fixed
6+
### Changed
7+
### Removed
8+
9+
## 3.1.2 - 2021-04-07
10+
### Added
11+
- add `Model.getNReaders` that returns the number of available readers
612

713
## 3.1.1 - 2021-03-10
814
### Added

src/pyscipopt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.1.1'
1+
__version__ = '3.1.2'
22

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)