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.1.0
2
+ current_version = 1.1.1
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.1.0
93
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v1.1.1
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 39
39
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
40
40
"""
41
41
42
- __version__ = "1.1.0 "
42
+ __version__ = "1.1.1 "
43
43
modname = "domdf_python_tools"
44
44
pypi_name = "domdf_python_tools"
45
45
import_name = "domdf_python_tools"
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.1.0
97
+ :commits-since: v1.1.1
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.1.0 "
29
+ __version__ : str = "1.1.1 "
30
30
__email__ : str = "dominic@davis-foster.co.uk"
31
31
32
32
__docs = False
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ tests_dir: "tests"
21
21
copyright_years : " 2019-2020"
22
22
author : " Dominic Davis-Foster"
23
23
email : " dominic@davis-foster.co.uk"
24
- version : " 1.1.0 "
24
+ version : " 1.1.1 "
25
25
username : " domdfcoding"
26
26
license : ' LGPLv3+'
27
27
short_desc : ' Helpful functions for Python 🐍 🛠️'
You can’t perform that action at this time.
0 commit comments