Skip to content

Commit 0591dd9

Browse files
committed
Release 0.9.1
1 parent b4d556b commit 0591dd9

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

4+
0.9.1 (05.08.2025)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
- Fixes bug in `Scheduler.search_allocations` when the searched
8+
time range contains multiple DST <-> ST transitions.
9+
[Daverball]
10+
411
0.9.0 (23.05.2025)
512
~~~~~~~~~~~~~~~~~~~
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branch = true
1111
source = ["src"]
1212

1313
[tool.bumpversion]
14-
current_version = "0.9.0"
14+
current_version = "0.9.1"
1515
commit = true
1616
message = "Release {new_version}"
1717
tag = true

src/libres/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
registry = create_default_registry()
77

8-
__version__ = '0.9.0'
8+
__version__ = '0.9.1'
99
__all__ = (
1010
'new_scheduler',
1111
'registry'

0 commit comments

Comments
 (0)