diff --git a/CHANGELOG.md b/CHANGELOG.md index b08ff93..bb07227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 (2024-03-17) + +### Fix + +- **ci**: updated conditions for steps + ## 0.5.0 (2024-03-16) ### Feat diff --git a/VERSION b/VERSION index 79a2734..5d4294b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.5.1 \ No newline at end of file diff --git a/app/__init__.py b/app/__init__.py index 3d18726..dd9b22c 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/pyproject.toml b/pyproject.toml index 3f7716a..20ba130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" #-->> Metadata <<------------------------------------------ [tool.poetry] name = "backend" -version = "0.5.0" +version = "0.5.1" description = "Slick Telemetry backend written in python with fastapi" authors = ["Slick Telemetry "] readme = "README.md" @@ -77,7 +77,7 @@ line-length = 120 target-version = ["py312"] [tool.commitizen] -version = "0.5.0" +version = "0.5.1" version_files = [ "app/__init__.py:__version__", "pyproject.toml:version",