File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 1.2.4 ] 2024-07-12
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ doctest_optionflags = [
79
79
# ============================================================================
80
80
81
81
[tool .bumpversion ]
82
- current_version = " 1.2.3 "
82
+ current_version = " 1.2.4 "
83
83
message = " Bump version to {new_version}"
84
84
commit = true
85
85
tag = true
Original file line number Diff line number Diff line change 21
21
__copyright__ = "COMPAS Association"
22
22
__license__ = "MIT License"
23
23
__email__ = "li.chen@arch.ethz.ch"
24
- __version__ = "1.2.3 "
24
+ __version__ = "1.2.4 "
25
25
26
26
27
27
HERE = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments