Skip to content

Commit

Permalink
bump: version 0.7.2 → 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2022
1 parent bfb6f78 commit 759e814
Show file tree
Hide file tree
Showing 2 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 @@
## 0.7.3 (2022-08-06)

### Fix

- bump minimum calcipy

## 0.7.2 (2022-08-06)

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

[tool.commitizen]
version = "0.7.2"
version = "0.7.3"
version_files = ["pyproject.toml"]

[tool.poetry]
name = "calcipy_template"
version = "0.7.2"
version = "0.7.3"
description = "Project scaffold for Python packages built on `calcipy`. Utilizes `copier` to keep scaffolding up to date"
license = "MIT"
authors = [ "Kyle King <[email protected]>",]
Expand Down

0 comments on commit 759e814

Please sign in to comment.