Skip to content

Commit

Permalink
bump: version 0.5.3 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 27, 2022
1 parent 7ef7e08 commit 7bd4b89
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 @@
## 0.6.0 (2022-02-27)

### Fix

- apply patches from Calcipy for Github Actions
- remove AppVeyor completely

### Feat

- remove Sourcery and DeepSource

## 0.5.3 (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.3"
version = "0.6.0"
version_files = ["pyproject.toml"]

[tool.poetry]
name = "calcipy_template"
version = "0.5.3"
version = "0.6.0"
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 7bd4b89

Please sign in to comment.