Skip to content

Commit

Permalink
bump: version 3.0.0 → 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent a0742b2 commit dad0fc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.1.0 (2024-11-07)

### Feat

- improve beartype configuration

### Fix

- recommend future.annotations over deprecated syntax

## 3.0.0 (2024-11-07)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.commitizen]
version = "3.0.0"
version = "3.1.0"
version_files = ["pyproject.toml:^version"]

[tool.poetry]
Expand All @@ -12,7 +12,7 @@ description = "Project scaffold for Python packages built on calcipy. Utilizes c
name = "calcipy_template"
package-mode = false
readme = "README.md"
version = "3.0.0"
version = "3.1.0"

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit dad0fc4

Please sign in to comment.