Skip to content

Commit 5068906

Browse files
committed
Prepare version 1.4.0
1 parent 68a9861 commit 5068906

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
106108
Initial 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

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)