Skip to content

Commit

Permalink
Bump version v0.1.3 -> v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 13, 2023
1 parent 4d84025 commit 5866fdc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ create_redirect
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/create_redirect
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/create_redirect/v0.1.3
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/create_redirect/v0.2.0
:target: https://github.com/domdfcoding/create_redirect/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion create_redirect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2015, 2019-2020 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.1.3"
__version__: str = "0.2.0"
__email__: str = "dominic@davis-foster.co.uk"


Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ create_redirect
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.1.3
:commits-since: v0.2.0
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "create_redirect"
version = "0.1.3"
version = "0.2.0"
description = "Python script for creating HTML redirects."
readme = "README.rst"
requires-python = ">=3.6.1"
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright_years: '2015, 2019-2020, 2023'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'domdfcoding'
version: '0.1.3'
version: '0.2.0'
license: 'MIT'
short_desc: 'Python script for creating HTML redirects.'

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = create_redirect
version = 0.1.3
version = 0.2.0
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = MIT License
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This file is suitable for sourcing inside bash as
# well as importing into Python
VERSION = "0.1.3"
VERSION = "0.2.0"

0 comments on commit 5866fdc

Please sign in to comment.