File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.8.1
2+ current_version = 2.9.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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.1
103+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.9.0
104104 :target: https://github.com/domdfcoding/domdf_python_tools/pulse
105105 :alt: GitHub commits since tagged version
106106
Original file line number Diff line number Diff line change 26262019-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "2.8.1 "
29+ __version__ = "2.9.0 "
3030repo_root = pathlib .Path (__file__ ).parent
3131install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
3232extras_require = {
Original file line number Diff line number Diff 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.1
109+ :commits-since: v2.9.0
110110 :alt: GitHub commits since tagged version
111111
112112 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 2626__author__ : str = "Dominic Davis-Foster"
2727__copyright__ : str = "2014-2020 Dominic Davis-Foster"
2828__license__ : str = "LGPLv3+"
29- __version__ : str = "2.8.1 "
29+ __version__ : str = "2.9.0 "
3030__email__ : str = "dominic@davis-foster.co.uk"
3131
3232__docs = False
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " domdf_python_tools"
7- version = " 2.8.1 "
7+ version = " 2.9.0 "
88description = " Helpful functions for Python 🐍 🛠️"
99readme = " README.rst"
1010keywords = [ " utilities" ,]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ modname: domdf_python_tools
33copyright_years : " 2019-2021"
44author : " Dominic Davis-Foster"
55email : " dominic@davis-foster.co.uk"
6- version : " 2.8.1 "
6+ version : " 2.9.0 "
77username : " domdfcoding"
88license : ' LGPLv3+'
99short_desc : ' Helpful functions for Python 🐍 🛠️'
You can’t perform that action at this time.
0 commit comments