Skip to content

Commit

Permalink
increase version number to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Apr 23, 2021
1 parent e287a90 commit 2f4ea11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
## Unreleased
### Added
### Fixed
- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)

### Changed
### Removed

## 3.1.3 - 2021-04-23
### Fixed
- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)

## 3.1.2 - 2021-04-07
### Added
- add `Model.getNReaders` that returns the number of available readers
Expand Down
2 changes: 1 addition & 1 deletion src/pyscipopt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.1.2'
__version__ = '3.1.3'

# required for Python 3.8 on Windows
import os
Expand Down

0 comments on commit 2f4ea11

Please sign in to comment.