Skip to content

Commit 4b71a52

Browse files
committed
Bump version v1.5.0 -> v1.6.0
1 parent 437b05f commit 4b71a52

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0
2+
current_version = 1.6.0
33
commit = True
44
tag = True
55

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ domdf_python_tools
9090
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
9191
:alt: GitHub top language
9292

93-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v1.5.0
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v1.6.0
9494
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
9595
:alt: GitHub commits since tagged version
9696

__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2019-2020 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "1.5.0"
29+
__version__ = "1.6.0"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ domdf_python_tools
9494
:alt: GitHub top language
9595

9696
.. |commits-since| github-shield::
97-
:commits-since: v1.5.0
97+
:commits-since: v1.6.0
9898
:alt: GitHub commits since tagged version
9999

100100
.. |commits-latest| github-shield::

domdf_python_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__author__: str = "Dominic Davis-Foster"
2727
__copyright__: str = "2014-2020 Dominic Davis-Foster"
2828
__license__: str = "LGPLv3+"
29-
__version__: str = "1.5.0"
29+
__version__: str = "1.6.0"
3030
__email__: str = "[email protected]"
3131

3232
__docs = False

repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tests_dir: "tests"
2323
copyright_years: "2019-2020"
2424
author: "Dominic Davis-Foster"
2525
26-
version: "1.5.0"
26+
version: "1.6.0"
2727
username: "domdfcoding"
2828
license: 'LGPLv3+'
2929
short_desc: 'Helpful functions for Python 🐍 🛠️'

0 commit comments

Comments
 (0)