Skip to content

Commit

Permalink
bump: version 0.5.2 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2022
1 parent 8106fd3 commit 2f38cb9
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.5.3 (2022-02-23)

### Fix

- correct issues with templates

## 0.5.2 (2022-02-23)

### Fix
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.0",]
build-backend = "poetry.core.masonry.api"

[tool.commitizen]
version = "0.5.2"
version = "0.5.3"
version_files = ["pyproject.toml"]

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

0 comments on commit 2f38cb9

Please sign in to comment.