File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2626 " GNU General Public License v3" ,
2727 " Not open source"
2828 ],
29- "_template_version" : " 1.1.0 "
29+ "_template_version" : " 1.1.1 "
3030}
Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " cz_conventional_commits"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44tag_format = " $version"
55version_files = [
66 " cookiecutter.json" ,
@@ -111,7 +111,7 @@ markers = [
111111
112112[tool .poetry ]
113113name = " cookiecutter-python-template"
114- version = " 1.1.0 "
114+ version = " 1.1.1 "
115115description = " "
116116authors = [" Wei Lee <weilee.rx@gmail.com>" ]
117117license = " MIT"
@@ -148,5 +148,5 @@ mkdocs = "^1.1"
148148mkdocs-material = " ^7.0.6"
149149
150150[build-system ]
151- requires = [" poetry>=1.1.0 " ]
151+ requires = [" poetry>=1.1.1 " ]
152152build-backend = " poetry.masonry.api"
You can’t perform that action at this time.
0 commit comments