Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jan 15, 2025
1 parent 4a50e02 commit 99e5162
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

0.8.0 (15.01.2025)
~~~~~~~~~~~~~~~~~~~

- Adds support for Python 3.13
[Daverball]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branch = true
source = ["src"]

[tool.bumpversion]
current_version = "0.7.3"
current_version = "0.8.0"
commit = true
message = "Release {new_version}"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion src/libres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

registry = create_default_registry()

__version__ = '0.7.3'
__version__ = '0.8.0'
__all__ = (
'new_scheduler',
'registry'
Expand Down

0 comments on commit 99e5162

Please sign in to comment.