Skip to content

Commit

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

### Fix

- updates for pre-commit and ruff
- remove unused stale extra

### Refactor

- pre-commit doesn't need to be a jinja template

## 3.1.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.1.0"
version = "3.1.1"
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.1.0"
version = "3.1.1"

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

0 comments on commit df73f60

Please sign in to comment.