Skip to content

Commit 2ba9089

Browse files
committed
increase version to 3.1.4 and update CHANGELOG
1 parent 87e8117 commit 2ba9089

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
## Unreleased
44
### Added
55
### Fixed
6-
- allow NULL solutions to query LP solutions in the correct solving stage
76
### Changed
87
### Removed
98

9+
## 3.1.4 - 2021-04-25
10+
### Fixed
11+
- check for correct stage when querying solution values (raise warning otherwise)
12+
1013
## 3.1.3 - 2021-04-23
1114
### Fixed
1215
- check for NULL pointers when creating Solution objects (will return None): [#494](https://github.com/scipopt/PySCIPOpt/pull/494)

src/pyscipopt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.1.3'
1+
__version__ = '3.1.4'
22

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)