diff --git a/HISTORY.rst b/HISTORY.rst index de6cc82..0c4d3d0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Changelog --------- +0.8.0 (15.01.2025) +~~~~~~~~~~~~~~~~~~~ + - Adds support for Python 3.13 [Daverball] diff --git a/pyproject.toml b/pyproject.toml index 934b624..1540718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/src/libres/__init__.py b/src/libres/__init__.py index 60c1627..31191e4 100644 --- a/src/libres/__init__.py +++ b/src/libres/__init__.py @@ -5,7 +5,7 @@ registry = create_default_registry() -__version__ = '0.7.3' +__version__ = '0.8.0' __all__ = ( 'new_scheduler', 'registry'