Skip to content

Commit 269a482

Browse files
committed
Update version
1 parent 59564c6 commit 269a482

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## Untracked
4+
### Added
5+
### Fixed
6+
### Changed
7+
### Removed
8+
9+
## 4.4.0 - 2023-12-04
410
### Added
511
- Added all event types and tests for checking them
612
- Added SCIP functions SCIPconsGetNVars, SCIPconsGetVars

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.3.0'
1+
__version__ = '4.4.0'
22

33
# required for Python 3.8 on Windows
44
import os

0 commit comments

Comments
 (0)