Skip to content

Commit

Permalink
Bump version: 0.3.6 → 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 25, 2020
1 parent 0429847 commit ca2dee6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.6
current_version = 0.3.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ domdf_python_tools
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
:alt: GitHub top language

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

Expand Down
4 changes: 2 additions & 2 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
2019-2020 Dominic Davis-Foster <[email protected]>
"""

__version__ = "0.3.6"
__version__ = "0.3.7"

modname = "domdf_python_tools"
pypi_name = "domdf_python_tools"
Expand All @@ -70,7 +70,7 @@
repo_root = pathlib.Path(__file__).parent

# Get info from files; set: long_description
long_description = (repo_root / "README.rst").read_text(encoding="utf-8").replace("0.3.6", __version__) + '\n'
long_description = (repo_root / "README.rst").read_text(encoding="utf-8").replace("0.3.7", __version__) + '\n'
conda_description = """Helpful functions for Python 🐍 🛠️
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ domdf_python_tools
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
:alt: GitHub top language

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

Expand Down
2 changes: 1 addition & 1 deletion domdf_python_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
__copyright__ = "2014-2020 Dominic Davis-Foster"

__license__ = "LGPLv3+"
__version__ = "0.3.6"
__version__ = "0.3.7"
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion git_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests_dir: "tests"
copyright_years: "2019-2020"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "0.3.6"
version: "0.3.7"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'Helpful functions for Python 🐍 🛠️'
Expand Down

0 comments on commit ca2dee6

Please sign in to comment.