Skip to content

Commit 1bccfd9

Browse files
committed
chore(semantic-release): bump version string from 0.8.2 to 0.8.3
1 parent 0944369 commit 1bccfd9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ For more complex use cases, you can modify the Template and also leverage all of
159159
:alt: Supported Python versions
160160
:target: https://pypi.org/project/cookiecutter-python
161161

162-
.. |commits_since_specific_tag_on_master| image:: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v0.8.2/master?color=blue&logo=github
162+
.. |commits_since_specific_tag_on_master| image:: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v0.8.3/master?color=blue&logo=github
163163
:alt: GitHub commits since tagged version (branch)
164-
:target: https://github.com/boromir674/cookiecutter-python-package/compare/v0.8.2..master
164+
:target: https://github.com/boromir674/cookiecutter-python-package/compare/v0.8.3..master
165165

166166
.. |commits_since_latest_github_release| image:: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/latest?color=blue&logo=semver&sort=semver
167167
:alt: GitHub commits since latest release (by SemVer)

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
## Setuptools specific information
33
name = cookiecutter_python
4-
version = 0.8.2
4+
version = 0.8.3
55
# renders on pypi as subtitle
66
description = Yet another modern Python Package (pypi) with emphasis in CI/CD and automation
77
long_description = file: README.rst
@@ -15,7 +15,7 @@ author_email = k.lampridis@hotmail.com
1515
# represents the web home page of the project
1616
url = https://github.com/boromir674/cookiecutter-python-package
1717

18-
download_url = https://github.com/boromir674/cookiecutter-python-package/archive/v0.8.2.tar.gz
18+
download_url = https://github.com/boromir674/cookiecutter-python-package/archive/v0.8.3.tar.gz
1919

2020
## PyPi specific information
2121
project_urls =
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.2'
1+
__version__ = '0.8.3'

0 commit comments

Comments
 (0)