diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db4e2a1e..fe5f31f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ ## Unreleased ### Added -- add convenience function `Model.addConss()` to add multiple constraints at once ### Fixed ### Changed ### Removed +## 3.2.0 - 2021-06-07 +### Added +- add convenience function `Model.addConss()` to add multiple constraints at once + ## 3.1.5 - 2021-05-23 ### Added - add SCIP function `SCIPsetMessagehdlrLogfile` diff --git a/src/pyscipopt/__init__.py b/src/pyscipopt/__init__.py index acd71102a..467603253 100644 --- a/src/pyscipopt/__init__.py +++ b/src/pyscipopt/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.1.5' +__version__ = '3.2.0' # required for Python 3.8 on Windows import os