Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2022
1 parent 1f25c8d commit 37531c7
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.1 (2022-02-23)

### Fix

- correctly escape brackets

## 0.5.0 (2022-02-23)

### Feat
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.0"
version = "0.5.1"
version_files = ["pyproject.toml"]

[tool.poetry]
name = "calcipy_template"
version = "0.5.0"
version = "0.5.1"
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 37531c7

Please sign in to comment.