Skip to content

Commit cda1083

Browse files
committed
Release 0.10.2
1 parent c5cdff8 commit cda1083

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+
0.10.2 (05.02.2026)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Prepares for SQLAlchemy 2.0 support
58
[Daverball]
69

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.10.1"
14+
current_version = "0.10.2"
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() # noqa: RUF067
77

8-
__version__ = '0.10.1'
8+
__version__ = '0.10.2'
99
__all__ = (
1010
'new_scheduler',
1111
'registry'

0 commit comments

Comments
 (0)