Skip to content

Commit ce5861e

Browse files
committed
Bump version v2.2.0 -> v2.3.0
1 parent 06d13cf commit ce5861e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.3.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ domdf_python_tools
100100
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
101101
:alt: GitHub top language
102102

103-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.2.0
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.3.0
104104
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
105105
:alt: GitHub commits since tagged version
106106

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2019-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "2.2.0"
29+
__version__ = "2.3.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ domdf_python_tools
104104
:alt: GitHub top language
105105

106106
.. |commits-since| github-shield::
107-
:commits-since: v2.2.0
107+
:commits-since: v2.3.0
108108
:alt: GitHub commits since tagged version
109109

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

domdf_python_tools/__init__.py

Lines changed: 1 addition & 1 deletion
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 = "2.2.0"
29+
__version__: str = "2.3.0"
3030
__email__: str = "dominic@davis-foster.co.uk"
3131

3232
__docs = False

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modname: domdf_python_tools
33
copyright_years: "2019-2021"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "2.2.0"
6+
version: "2.3.0"
77
username: "domdfcoding"
88
license: 'LGPLv3+'
99
short_desc: 'Helpful functions for Python 🐍 🛠️'

0 commit comments

Comments
 (0)