Skip to content

Commit

Permalink
increase version to 3.1.4 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Apr 25, 2021
1 parent 87e8117 commit 2ba9089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
## Unreleased
### Added
### Fixed
- allow NULL solutions to query LP solutions in the correct solving stage
### Changed
### Removed

## 3.1.4 - 2021-04-25
### Fixed
- check for correct stage when querying solution values (raise warning otherwise)

## 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)
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.3'
__version__ = '3.1.4'

# required for Python 3.8 on Windows
import os
Expand Down

0 comments on commit 2ba9089

Please sign in to comment.