Skip to content

Commit de3aaf4

Browse files
committed
bump: version 1.1.0 → 1.1.1
1 parent c0742da commit de3aaf4

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## 1.1.1 (2021-08-08)
3+
4+
### Fix
5+
6+
- **github-actions**: fix missing @ for setup python step
7+
28
## 1.1.0 (2021-08-05)
39

410
### Fix

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"GNU General Public License v3",
2727
"Not open source"
2828
],
29-
"_template_version": "1.1.0"
29+
"_template_version": "1.1.1"
3030
}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
tag_format = "$version"
55
version_files = [
66
"cookiecutter.json",
@@ -111,7 +111,7 @@ markers = [
111111

112112
[tool.poetry]
113113
name = "cookiecutter-python-template"
114-
version = "1.1.0"
114+
version = "1.1.1"
115115
description = ""
116116
authors = ["Wei Lee <weilee.rx@gmail.com>"]
117117
license = "MIT"
@@ -148,5 +148,5 @@ mkdocs = "^1.1"
148148
mkdocs-material = "^7.0.6"
149149

150150
[build-system]
151-
requires = ["poetry>=1.1.0"]
151+
requires = ["poetry>=1.1.1"]
152152
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)