Skip to content

Commit

Permalink
bump: version 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 27, 2022
1 parent 421f0ef commit 5945a0d
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.6.3 (2022-02-27)

### Fix

- remove requirements file if found

## 0.6.2 (2022-02-27)

### 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.6.2"
version = "0.6.3"
version_files = ["pyproject.toml"]

[tool.poetry]
name = "calcipy_template"
version = "0.6.2"
version = "0.6.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 5945a0d

Please sign in to comment.