Skip to content

Commit 68e5ca4

Browse files
committed
increase version to 3.2.0
1 parent c0a03cf commit 68e5ca4

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
@@ -2,11 +2,14 @@
22

33
## Unreleased
44
### Added
5-
- add convenience function `Model.addConss()` to add multiple constraints at once
65
### Fixed
76
### Changed
87
### Removed
98

9+
## 3.2.0 - 2021-06-07
10+
### Added
11+
- add convenience function `Model.addConss()` to add multiple constraints at once
12+
1013
## 3.1.5 - 2021-05-23
1114
### Added
1215
- add SCIP function `SCIPsetMessagehdlrLogfile`

src/pyscipopt/__init__.py

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

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)