Skip to content

Commit ca2dee6

Browse files
committed
Bump version: 0.3.6 → 0.3.7
1 parent 0429847 commit ca2dee6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.6
2+
current_version = 0.3.7
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ domdf_python_tools
9090
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
9191
:alt: GitHub top language
9292

93-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.6
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.7
9494
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
9595
:alt: GitHub commits since tagged version
9696

__pkginfo__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4444
"""
4545

46-
__version__ = "0.3.6"
46+
__version__ = "0.3.7"
4747

4848
modname = "domdf_python_tools"
4949
pypi_name = "domdf_python_tools"
@@ -70,7 +70,7 @@
7070
repo_root = pathlib.Path(__file__).parent
7171

7272
# Get info from files; set: long_description
73-
long_description = (repo_root / "README.rst").read_text(encoding="utf-8").replace("0.3.6", __version__) + '\n'
73+
long_description = (repo_root / "README.rst").read_text(encoding="utf-8").replace("0.3.7", __version__) + '\n'
7474
conda_description = """Helpful functions for Python 🐍 🛠️
7575
7676

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ domdf_python_tools
9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.6
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.7
9595
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
9696
:alt: GitHub commits since tagged version
9797

domdf_python_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
__copyright__ = "2014-2020 Dominic Davis-Foster"
5959

6060
__license__ = "LGPLv3+"
61-
__version__ = "0.3.6"
61+
__version__ = "0.3.7"
6262
__email__ = "dominic@davis-foster.co.uk"

git_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tests_dir: "tests"
5050
copyright_years: "2019-2020"
5151
author: "Dominic Davis-Foster"
5252
email: "dominic@davis-foster.co.uk"
53-
version: "0.3.6"
53+
version: "0.3.7"
5454
username: "domdfcoding"
5555
license: 'LGPLv3+'
5656
short_desc: 'Helpful functions for Python 🐍 🛠️'

0 commit comments

Comments
 (0)