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
+ ## [ 0.15.1 ] 2025-03-11
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ doctest_optionflags = [
81
81
# ============================================================================
82
82
83
83
[tool .bumpversion ]
84
- current_version = " 0.15.0 "
84
+ current_version = " 0.15.1 "
85
85
message = " Bump version to {new_version}"
86
86
commit = true
87
87
tag = true
Original file line number Diff line number Diff line change 4
4
__copyright__ = "Block Research Group - ETH Zurich"
5
5
__license__ = "MIT License"
6
6
__email__ = "tom.v.mele@gmail.com"
7
- __version__ = "0.15.0 "
7
+ __version__ = "0.15.1 "
8
8
9
9
HERE = os .path .dirname (__file__ )
10
10
You can’t perform that action at this time.
0 commit comments