Skip to content

Commit 2f4ea11

Browse files
committed
increase version number to 3.1.3
1 parent e287a90 commit 2f4ea11

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
## Unreleased
44
### Added
55
### Fixed
6-
- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)
7-
86
### Changed
97
### Removed
108

9+
## 3.1.3 - 2021-04-23
10+
### Fixed
11+
- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)
12+
1113
## 3.1.2 - 2021-04-07
1214
### Added
1315
- add `Model.getNReaders` that returns the number of available readers

src/pyscipopt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.1.2'
1+
__version__ = '3.1.3'
22

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)