diff --git a/docs/changelog.rst b/docs/changelog.rst index 3c21a92..77bcbf9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,10 @@ Changelog --------- -Unreleased -========== +1.0.5 +===== + +:Date: 2024-12-31 Enhancements ++++++++++++ diff --git a/pyproject.toml b/pyproject.toml index 0889078..28bfc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "secrets.env" -version = "1.0.4" +version = "1.0.5" description = "Connect the credential store to your app" authors = ["tzing "] license = "Apache-2.0" @@ -95,7 +95,7 @@ max-complexity = 12 include = ["secrets_env"] [tool.bumpver] -current_version = "1.0.4" +current_version = "1.0.5" version_pattern = "MAJOR.MINOR.PATCH[-TAG]" [tool.bumpver.file_patterns] diff --git a/secrets_env/version.py b/secrets_env/version.py index 92192ee..68cdeee 100644 --- a/secrets_env/version.py +++ b/secrets_env/version.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.0.5"