Skip to content

Commit

Permalink
increase version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Apr 7, 2021
1 parent c6e7ca5 commit 94150b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,13 @@

## Unreleased
### Added
- add Model.getNReaders that returns the number of available readers
### Fixed
### Changed
### Removed

## 3.1.2 - 2021-04-07
### Added
- add `Model.getNReaders` that returns the number of available readers

## 3.1.1 - 2021-03-10
### Added
Expand Down
2 changes: 1 addition & 1 deletion src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
__version__ = '3.1.1'
__version__ = '3.1.2'

# required for Python 3.8 on Windows
import os
Expand Down

0 comments on commit 94150b1

Please sign in to comment.