Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent 8d9bf82 commit 00221a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.1 (2024-03-17)

### Fix

- **ci**: updated conditions for steps

## 0.5.0 (2024-03-16)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 00221a5

Please sign in to comment.