Skip to content

Commit

Permalink
bump: version 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2024
1 parent e649670 commit 42be45f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.1.0 (2024-01-28)

### Feat

- cors support for local dev
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backend"
version = "0.0.1"
version = "0.1.0"
description = "Slick Telemetry backend written in python"
authors = ["Slick Telemetry <contact.@slicktelemetry.com>"]
readme = "README.md"
Expand Down Expand Up @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"
profile = "black"

[tool.commitizen]
version = "0.0.1"
version = "0.1.0"
version_files = [
"app/__init__.py:__version__",
"pyproject.toml:version",
Expand Down

0 comments on commit 42be45f

Please sign in to comment.