Skip to content

Commit 35eea8f

Browse files
author
Christoph Graczyk
committed
release 4.2.0
1 parent d915f2e commit 35eea8f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44
### Added
5+
### Fixed
6+
### Changed
7+
### Removed
8+
9+
## 4.2.0 - 2022-03-21
10+
### Added
511
- Interface to include custom reader plugins
612
- New test for reader plugin
713
### Fixed

src/pyscipopt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '4.1.0'
1+
__version__ = '4.2.0'
22

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)