Skip to content

Commit 42cd8d4

Browse files
committed
Add info for 5.4.0 release
1 parent 266a893 commit 42cd8d4

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 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+
## 5.4.0 - 2024.02.24
10+
### Added
511
- Added option to get Lhs, Rhs of nonlinear constraints
612
- Added cutoffNode and test
713
- Added getMajorVersion, getMinorVersion, and getTechVersion
@@ -11,6 +17,7 @@
1117
- Warning at Model initialisation now uses new version calls
1218
### Changed
1319
### Removed
20+
- Removed universal wheel type from setup.cfg (support for Python 2)
1421

1522
## 5.3.0 - 2025.02.07
1623
### Added

docs/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To download SCIP please either use the pre-built SCIP Optimization Suite availab
2222
* - SCIP
2323
- PySCIPOpt
2424
* - 9.2
25-
- 5.3
25+
- 5.3, 5.4+
2626
* - 9.1
2727
- 5.1, 5.2.x
2828
* - 9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
setup(
110110
name="PySCIPOpt",
111-
version="5.3.0",
111+
version="5.4.0",
112112
description="Python interface and modeling environment for SCIP",
113113
long_description=long_description,
114114
long_description_content_type="text/markdown",

src/pyscipopt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.3.0'
1+
__version__ = '5.4.0'

0 commit comments

Comments
 (0)