Skip to content

Commit

Permalink
bump: version 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 8, 2023
1 parent aedd0a1 commit 739a617
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.1 (2023-09-08)

### Fix

- migrate to pydantic v2

## 1.1.0 (2023-06-12)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.0"
version = "1.1.1"
version_files = [
"src/rate_my_project/__init__.py:__version__",
"pyproject.toml:version"
Expand Down
2 changes: 1 addition & 1 deletion src/rate_my_project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Module to analyze project efficiency.
"""

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 739a617

Please sign in to comment.