Skip to content

Commit 75fbce5

Browse files
committed
Release 0.9.0
1 parent 4d8705f commit 75fbce5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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.9.0 (23.05.2025)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Replaces `JSON` database type with `JSONB`, this means
58
Postgres as a backend is not required. You will also need
69
to write a migration for existing JSON columns. You may use

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.8.0"
14+
current_version = "0.9.0"
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.8.0'
8+
__version__ = '0.9.0'
99
__all__ = (
1010
'new_scheduler',
1111
'registry'

0 commit comments

Comments
 (0)