diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff15ea2..1564f8b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= + +0.6.1 (2024-07-31) +------------------ + +**Other** + +* Updated dependencies + 0.6.0 (2024-07-04) ------------------ diff --git a/docs/conf.py b/docs/conf.py index 5dcfe95..8754ab1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.6.0" +release = "0.6.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 305df2e..ca6ec66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "open_api_framework" -version = "0.6.0" +version = "0.6.1" description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -100,7 +100,7 @@ testpaths = ["tests"] DJANGO_SETTINGS_MODULE = "testapp.settings" [tool.bumpversion] -current_version = "0.6.0" +current_version = "0.6.1" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},