Skip to content

Commit

Permalink
bump: version 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 17, 2023
1 parent 4fd72bb commit 4624db9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 1.6.0 (2023-06-17)

### Feat

- add dependabot setup

## 1.5.0 (2023-06-17)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"GNU General Public License v3",
"Not open source"
],
"_template_version": "1.5.0"
"_template_version": "1.6.0"
}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.5.0"
version = "1.6.0"
tag_format = "$version"
version_files = [
"cookiecutter.json",
Expand Down Expand Up @@ -89,7 +89,7 @@ markers = [

[tool.poetry]
name = "cookiecutter-python-template"
version = "1.5.0"
version = "1.6.0"
description = ""
authors = ["Wei Lee <weilee.rx@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -123,5 +123,5 @@ mkdocs = "^1.1"
mkdocs-material = "^7.0.6"

[build-system]
requires = ["poetry>=1.5.0"]
requires = ["poetry>=1.6.0"]
build-backend = "poetry.masonry.api"

0 comments on commit 4624db9

Please sign in to comment.