Skip to content

Commit 8f1bc9a

Browse files
committed
Release 1.1.0
1 parent 4fea9a1 commit 8f1bc9a

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

HISTORY.rst

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

4+
1.1.0 (08.04.2026)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Adds support for blocking resources. ``Scheduler`` now accepts a collection
58
of ``blocking_names`` to indicate related resources that will block reservations
69
on the managed resource (e.g. for a soccer field where you can either reserve

pyproject.toml

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

102102
[tool.bumpversion]
103-
current_version = "1.0.0"
103+
current_version = "1.1.0"
104104
commit = true
105105
message = "Release {new_version}"
106106
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() # noqa: RUF067
77

8-
__version__ = '1.0.0'
8+
__version__ = '1.1.0'
99
__all__ = (
1010
'new_scheduler',
1111
'registry'

0 commit comments

Comments
 (0)