Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.1
current_version = 0.8.2
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.8.1
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.8.2
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

__version__ = "0.8.1"
__version__ = "0.8.2"
modname = "domdf_python_tools"
pypi_name = "domdf_python_tools"
import_name = "domdf_python_tools"
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ domdf_python_tools
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.8.1
:commits-since: v0.8.2
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
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 @@ -27,5 +27,5 @@
__copyright__: str = "2014-2020 Dominic Davis-Foster"

__license__: str = "LGPLv3+"
__version__: str = "0.8.1"
__version__: str = "0.8.2"
__email__: str = "dominic@davis-foster.co.uk"
1 change: 0 additions & 1 deletion domdf_python_tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

# 3rd party
import deprecation # type: ignore
from typing_extensions import Protocol, runtime_checkable

# this package
import domdf_python_tools.words
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tests_dir: "tests"
copyright_years: "2019-2020"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.8.1"
version: "0.8.2"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'Helpful functions for Python 🐍 🛠️'
Expand Down