Skip to content

Commit c405187

Browse files
authored
Update changelog & version (#870)
1 parent 75ef420 commit c405187

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
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+
## 5.1.1 - 2024-06-22
10+
### Added
511
- Added SCIP_STATUS_DUALLIMIT and SCIP_STATUS_PRIMALLIMIT
612
- Added SCIPprintExternalCodes (retrieves version of linked symmetry, lp solver, nl solver etc)
713
- Added recipe with reformulation for detecting infeasible constraints

src/pyscipopt/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.1.0'
1+
__version__ = '5.1.1'

0 commit comments

Comments
 (0)