File tree 6 files changed +7
-7
lines changed 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.5
2
+ current_version = 0.3.6
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ domdf_python_tools
76
76
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
77
77
:alt: GitHub top language
78
78
79
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.5
79
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.6
80
80
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
81
81
:alt: GitHub commits since tagged version
82
82
Original file line number Diff line number Diff line change 42
42
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
43
43
"""
44
44
45
- __version__ = "0.3.5 "
45
+ __version__ = "0.3.6 "
46
46
47
47
modname = "domdf_python_tools"
48
48
pypi_name = "domdf_python_tools"
69
69
repo_root = pathlib .Path (__file__ ).parent
70
70
71
71
# Get info from files; set: long_description
72
- long_description = (repo_root / "README.rst" ).read_text ().replace ("0.3.5 " , __version__ ) + '\n '
72
+ long_description = (repo_root / "README.rst" ).read_text ().replace ("0.3.6 " , __version__ ) + '\n '
73
73
conda_description = """Helpful functions for Python
74
74
75
75
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ domdf_python_tools
77
77
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
78
78
:alt: GitHub top language
79
79
80
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.5
80
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.6
81
81
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
82
82
:alt: GitHub commits since tagged version
83
83
Original file line number Diff line number Diff line change 58
58
__copyright__ = "2014-2020 Dominic Davis-Foster"
59
59
60
60
__license__ = "LGPLv3+"
61
- __version__ = "0.3.5 "
61
+ __version__ = "0.3.6 "
62
62
__email__ = "dominic@davis-foster.co.uk"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ tests_dir: "tests"
49
49
copyright_years : " 2019-2020"
50
50
author : " Dominic Davis-Foster"
51
51
email : " dominic@davis-foster.co.uk"
52
- version : " 0.3.5 "
52
+ version : " 0.3.6 "
53
53
username : " domdfcoding"
54
54
license : ' LGPLv3+'
55
55
short_desc : ' Helpful functions for Python'
You can’t perform that action at this time.
0 commit comments