Skip to content

Commit 9fe8ae9

Browse files
committed
Bump version: 0.3.5 → 0.3.6
1 parent dbb483e commit 9fe8ae9

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.5
2+
current_version = 0.3.6
33
commit = True
44
tag = True
55

README.rst

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

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
8080
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
8181
:alt: GitHub commits since tagged version
8282

__pkginfo__.py

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

45-
__version__ = "0.3.5"
45+
__version__ = "0.3.6"
4646

4747
modname = "domdf_python_tools"
4848
pypi_name = "domdf_python_tools"
@@ -69,7 +69,7 @@
6969
repo_root = pathlib.Path(__file__).parent
7070

7171
# 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'
7373
conda_description = """Helpful functions for Python
7474
7575

doc-source/index.rst

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

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
8181
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
8282
:alt: GitHub commits since tagged version
8383

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.5"
61+
__version__ = "0.3.6"
6262
__email__ = "dominic@davis-foster.co.uk"

git_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tests_dir: "tests"
4949
copyright_years: "2019-2020"
5050
author: "Dominic Davis-Foster"
5151
email: "dominic@davis-foster.co.uk"
52-
version: "0.3.5"
52+
version: "0.3.6"
5353
username: "domdfcoding"
5454
license: 'LGPLv3+'
5555
short_desc: 'Helpful functions for Python'

0 commit comments

Comments
 (0)