We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e287a90 commit 2f4ea11Copy full SHA for 2f4ea11
CHANGELOG.md
@@ -3,11 +3,13 @@
3
## Unreleased
4
### Added
5
### Fixed
6
-- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)
7
-
8
### Changed
9
### Removed
10
+## 3.1.3 - 2021-04-23
+### Fixed
11
+- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)
12
+
13
## 3.1.2 - 2021-04-07
14
15
- add `Model.getNReaders` that returns the number of available readers
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.1.2'
+__version__ = '3.1.3'
2
# required for Python 3.8 on Windows
import os
0 commit comments