Skip to content

Commit 2eba0f4

Browse files
committed
increase version to 3.1.5
1 parent 6c2e3fc commit 2eba0f4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## Unreleased
44
### Added
5-
- add SCIP function `SCIPsetMessagehdlrLogfile`
65
### Fixed
7-
- fix `Model.writeLP` method
86
### Changed
97
### Removed
108

9+
## 3.1.5 - 2021-05-23
10+
### Added
11+
- add SCIP function `SCIPsetMessagehdlrLogfile`
12+
### Fixed
13+
- fix `Model.writeLP` method
14+
1115
## 3.1.4 - 2021-04-25
1216
### Fixed
1317
- check for correct stage when querying solution values (raise warning otherwise)

src/pyscipopt/__init__.py

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

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)