Skip to content

Commit

Permalink
Bump version v0.5.1 -> v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 14, 2020
1 parent 5ee8c3a commit 552e058
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.1
current_version = 0.5.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 @@ -77,7 +77,7 @@ together for formatting Python source files.
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/yapf-isort
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/yapf-isort/v0.5.1
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/yapf-isort/v0.5.2
:target: https://github.com/domdfcoding/yapf-isort/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 @@ -26,7 +26,7 @@
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

__version__ = "0.5.1"
__version__ = "0.5.2"

repo_root = pathlib.Path(__file__).parent
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright_years: 2020
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'domdfcoding'
version: '0.5.1'
version: '0.5.2'
license: 'Apache'
short_desc: 'yapf 💌 isort'

Expand Down

0 comments on commit 552e058

Please sign in to comment.