File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
55## [ Unreleased] - [ Doc: Unreleased ]
66
7+ ## [ 1.4.0] - 2025-12-18
8+
79### Added
810
911- [ PR41] ( https://github.com/scipopt/SCIPpp/pull/41 ) Basic support of IIS extraction via ` Model::generateIIS ` .
@@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106108Initial release
107109
108110[ Doc:Unreleased ] : https://scipopt.github.io/SCIPpp/
109- [ Unreleased ] : https://github.com/scipopt/SCIPpp/compare/1.3.0...main
111+ [ Unreleased ] : https://github.com/scipopt/SCIPpp/compare/1.4.0...main
112+ [ 1.4.0 ] : https://github.com/scipopt/SCIPpp/releases/tag/1.4.0
110113[ 1.3.0 ] : https://github.com/scipopt/SCIPpp/releases/tag/1.3.0
111114[ 1.2.0 ] : https://github.com/scipopt/SCIPpp/releases/tag/1.2.0
112115[ 1.1.0 ] : https://github.com/scipopt/SCIPpp/releases/tag/1.1.0
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def set_version(self):
6767 try :
6868 self .version = git .run ("describe --tags --dirty=-d" ).strip ()
6969 except :
70- self .version = "1.3 .0"
70+ self .version = "1.4 .0"
7171
7272 def layout (self ):
7373 cmake_layout (self )
You can’t perform that action at this time.
0 commit comments