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.5.0 ] 2025-06-04
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ doctest_optionflags = [
80
80
# ============================================================================
81
81
82
82
[tool .bumpversion ]
83
- current_version = " 1.4 .0"
83
+ current_version = " 1.5 .0"
84
84
message = " Bump version to {new_version}"
85
85
commit = true
86
86
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.4 .0"
24
+ __version__ = "1.5 .0"
25
25
26
26
27
27
HERE = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments