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 = 1.5 .0
2
+ current_version = 1.6 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ domdf_python_tools
90
90
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
91
91
:alt: GitHub top language
92
92
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
94
94
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
95
95
:alt: GitHub commits since tagged version
96
96
Original file line number Diff line number Diff line change 26
26
2019-2020 Dominic Davis-Foster <[email protected] >
27
27
"""
28
28
29
- __version__ = "1.5 .0"
29
+ __version__ = "1.6 .0"
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 @@ -94,7 +94,7 @@ domdf_python_tools
94
94
:alt: GitHub top language
95
95
96
96
.. |commits-since | github-shield ::
97
- :commits-since: v1.5 .0
97
+ :commits-since: v1.6 .0
98
98
:alt: GitHub commits since tagged version
99
99
100
100
.. |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 = "1.5 .0"
29
+ __version__ : str = "1.6 .0"
30
30
__email__ :
str = "[email protected] "
31
31
32
32
__docs = False
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ tests_dir: "tests"
23
23
copyright_years : " 2019-2020"
24
24
author : " Dominic Davis-Foster"
25
25
26
- version : " 1.5 .0"
26
+ version : " 1.6 .0"
27
27
username : " domdfcoding"
28
28
license : ' LGPLv3+'
29
29
short_desc : ' Helpful functions for Python 🐍 🛠️'
You can’t perform that action at this time.
0 commit comments