File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.5.1
2
+ current_version = 2.5.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ domdf_python_tools
100
100
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
101
101
:alt: GitHub top language
102
102
103
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.5.1
103
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.5.2
104
104
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
105
105
:alt: GitHub commits since tagged version
106
106
Original file line number Diff line number Diff line change 26
26
2019-2021 Dominic Davis-Foster <[email protected] >
27
27
"""
28
28
29
- __version__ = "2.5.1 "
29
+ __version__ = "2.5.2 "
30
30
31
31
repo_root = pathlib .Path (__file__ ).parent
32
32
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ domdf_python_tools
104
104
:alt: GitHub top language
105
105
106
106
.. |commits-since | github-shield ::
107
- :commits-since: v2.5.1
107
+ :commits-since: v2.5.2
108
108
:alt: GitHub commits since tagged version
109
109
110
110
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 26
26
__author__ : str = "Dominic Davis-Foster"
27
27
__copyright__ : str = "2014-2020 Dominic Davis-Foster"
28
28
__license__ : str = "LGPLv3+"
29
- __version__ : str = "2.5.1 "
29
+ __version__ : str = "2.5.2 "
30
30
__email__ :
str = "[email protected] "
31
31
32
32
__docs = False
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ modname: domdf_python_tools
3
3
copyright_years : " 2019-2021"
4
4
author : " Dominic Davis-Foster"
5
5
6
- version : " 2.5.1 "
6
+ version : " 2.5.2 "
7
7
username : " domdfcoding"
8
8
license : ' LGPLv3+'
9
9
short_desc : ' Helpful functions for Python 🐍 🛠️'
You can’t perform that action at this time.
0 commit comments