Skip to content

Commit

Permalink
Merge pull request #761 from scipopt/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
mmghannam authored Dec 4, 2023
2 parents 59564c6 + 077e32e commit 0b6bb13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased
### Added
### Fixed
### Changed
### Removed

## 4.4.0 - 2023-12-04
### Added
- Added all event types and tests for checking them
- Added SCIP functions SCIPconsGetNVars, SCIPconsGetVars
- Added SCIP functions SCIPchgCoefLinear, SCIPaddCoefLinear and SCIPdelCoefLinear
Expand Down
2 changes: 1 addition & 1 deletion src/pyscipopt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '4.3.0'
__version__ = '4.4.0'

# required for Python 3.8 on Windows
import os
Expand Down

0 comments on commit 0b6bb13

Please sign in to comment.