Skip to content

Commit

Permalink
increase version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Jun 7, 2021
1 parent c0a03cf commit 68e5ca4
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 @@ -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`
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.5'
__version__ = '3.2.0'

# required for Python 3.8 on Windows
import os
Expand Down

0 comments on commit 68e5ca4

Please sign in to comment.