Skip to content

Commit

Permalink
Bump version v0.4.5 -> v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 15, 2021
1 parent d854511 commit bf9e1cb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -101,7 +101,7 @@ See `the documentation`_ for more information.
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/formate
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.4.5
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.4.6
:target: https://github.com/repo-helper/formate/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Expand Up @@ -16,5 +16,5 @@
"extras_require",
]

__version__ = "0.4.5"
__version__ = "0.4.6"
extras_require = {}
2 changes: 1 addition & 1 deletion doc-source/index.rst
Expand Up @@ -101,7 +101,7 @@ formate
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.4.5
:commits-since: v0.4.6
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion doc-source/usage.rst
Expand Up @@ -26,7 +26,7 @@ To do so, add the following to your
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:

.. pre-commit::
:rev: 0.4.5
:rev: 0.4.6
:hooks: formate
:args: --verbose

Expand Down
2 changes: 1 addition & 1 deletion formate/__init__.py
Expand Up @@ -49,7 +49,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020-2021 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.4.5"
__version__: str = "0.4.6"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["call_hooks", "reformat_file", "Reformatter", "isort_hook", "yapf_hook"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "whey"

[project]
name = "formate"
version = "0.4.5"
version = "0.4.6"
description = "Python formatting mate."
readme = "README.rst"
keywords = [ "formatting", "linting",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Expand Up @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'repo-helper'
assignee: 'domdfcoding'
version: '0.4.5'
version: '0.4.6'
license: 'MIT'
short_desc: 'Python formatting mate.'

Expand Down

0 comments on commit bf9e1cb

Please sign in to comment.