Skip to content

Commit 47bd3fc

Browse files
committed
Bump version v2.8.0 -> v2.8.1
1 parent 48e0935 commit 47bd3fc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

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

README.rst

+1-1
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.8.0
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.8.1
104104
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
105105
:alt: GitHub commits since tagged version
106106

__pkginfo__.py

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

29-
__version__ = "2.8.0"
29+
__version__ = "2.8.1"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ domdf_python_tools
106106
:alt: GitHub top language
107107

108108
.. |commits-since| github-shield::
109-
:commits-since: v2.8.0
109+
:commits-since: v2.8.1
110110
:alt: GitHub commits since tagged version
111111

112112
.. |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 = "2.8.0"
29+
__version__: str = "2.8.1"
3030
__email__: str = "[email protected]"
3131

3232
__docs = False

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "domdf_python_tools"
7-
version = "2.8.0"
7+
version = "2.8.1"
88
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
1010
keywords = [ "utilities",]

repo_helper.yml

+1-1
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
6-
version: "2.8.0"
6+
version: "2.8.1"
77
username: "domdfcoding"
88
license: 'LGPLv3+'
99
short_desc: 'Helpful functions for Python 🐍 🛠️'

0 commit comments

Comments
 (0)