We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d915f2e commit 35eea8fCopy full SHA for 35eea8f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
### Added
5
+### Fixed
6
+### Changed
7
+### Removed
8
+
9
+## 4.2.0 - 2022-03-21
10
+### Added
11
- Interface to include custom reader plugins
12
- New test for reader plugin
13
### Fixed
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '4.1.0'
+__version__ = '4.2.0'
# required for Python 3.8 on Windows
import os
0 commit comments