Skip to content

Commit

Permalink
Bump version v0.4.8 -> v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 2, 2021
1 parent 331ef3b commit c1dc5c8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.8
current_version = 0.4.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.4.8=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.4.9=py_1 -y || exit 1
- name: "Run Tests"
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -111,7 +111,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.8
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.4.9
: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.8"
__version__ = "0.4.9"
extras_require = {}
2 changes: 1 addition & 1 deletion doc-source/index.rst
Expand Up @@ -111,7 +111,7 @@ formate
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.4.8
:commits-since: v0.4.9
: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.8
:rev: 0.4.9
: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.8"
__version__: str = "0.4.9"
__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.8"
version = "0.4.9"
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.8'
version: '0.4.9'
license: 'MIT'
short_desc: 'Python formatting mate.'
primary_conda_channel: "domdfcoding"
Expand Down

0 comments on commit c1dc5c8

Please sign in to comment.