File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ Free/Libre and Open Source Software (FLOSS)
275275
276276.. Github Releases & Tags
277277
278- .. |commits_since_specific_tag_on_master | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v2.5.1-dev /master?color=blue&logo=github
278+ .. |commits_since_specific_tag_on_master | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v2.5.2 /master?color=blue&logo=github
279279 :alt: GitHub commits since tagged version (branch)
280- :target: https://github.com/boromir674/cookiecutter-python-package/compare/v2.5.1-dev ..master
280+ :target: https://github.com/boromir674/cookiecutter-python-package/compare/v2.5.2 ..master
281281
282282.. |commits_since_latest_github_release | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/latest?color=blue&logo=semver&sort=semver
283283 :alt: GitHub commits since latest release (by SemVer)
Original file line number Diff line number Diff line change 3030author = 'Konstantinos Lampridis'
3131
3232# The full version, including alpha/beta/rc tags
33- release = '2.5.1-dev '
33+ release = '2.5.2 '
3434
3535# -- General configuration ---------------------------------------------------
3636
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
1414name = " cookiecutter_python"
1515# ## ... ###
1616
17- version = " 2.5.1-dev "
17+ version = " 2.5.2 "
1818description = " 1-click Generator of Python Project, from Template with streamlined \" DevOps\" using a powerful CI/CD Pipeline."
1919readme = " README.rst"
2020license = " AGPL-3.0-only"
@@ -74,7 +74,7 @@ maintainers = [
7474license = {text = " AGPL-3.0-only" }
7575
7676name = " cookiecutter_python"
77- version = " 2.5.1-dev "
77+ version = " 2.5.2 "
7878description = " 1-click Generator of Python Project, from Template with streamlined \" DevOps\" using a powerful CI/CD Pipeline."
7979readme = " README.rst"
8080# keywords = []
Original file line number Diff line number Diff line change 1- __version__ = '2.5.1-dev '
1+ __version__ = '2.5.2 '
22
33from . import _logging # noqa
You can’t perform that action at this time.
0 commit comments