Skip to content

Commit

Permalink
Bump version v0.4.0 -> v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 17, 2022
1 parent 0cd6e17 commit f27c920
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.4.0
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-encodings=0.4.0=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-encodings=0.5.0=py_1 -y || exit 1
- name: "Run Tests"
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ flake8-encodings
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-encodings
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-encodings/v0.4.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-encodings/v0.5.0
:target: https://github.com/python-formate/flake8-encodings/pulse
:alt: GitHub commits since tagged version

Expand Down Expand Up @@ -149,7 +149,7 @@ To install with ``conda``:
.. end installation
In version 0.4.0 and above the functionality for checking classes
In version 0.5.0 and above the functionality for checking classes
(``configparser.ConfigParser`` and ``pathlib.Path`` for now)
requires the ``classes`` extra to be installed:

Expand Down
4 changes: 2 additions & 2 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ flake8-encodings
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.4.0
:commits-since: v0.5.0
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down Expand Up @@ -143,7 +143,7 @@ Installation
.. latex:vspace:: 20px
In version 0.4.0 and above the functionality for checking classes
In version 0.5.0 and above the functionality for checking classes
(:class:`~configparser.ConfigParser` and :class:`~.pathlib.Path` for now)
requires the ``classes`` extra to be installed:

Expand Down
2 changes: 1 addition & 1 deletion doc-source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions

Sample ``.pre-commit-config.yaml``:

.. pre-commit:flake8:: 0.4.0
.. pre-commit:flake8:: 0.5.0
2 changes: 1 addition & 1 deletion flake8_encodings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020-2021 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.4.0"
__version__: str = "0.5.0"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["Visitor", "ClassVisitor", "Plugin"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "whey"

[project]
name = "flake8-encodings"
version = "0.4.0"
version = "0.5.0"
description = "A Flake8 plugin to identify incorrect use of encodings."
readme = "README.rst"
keywords = [ "encodings", "flake8", "pep597", "unicode",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modname: flake8-encodings
copyright_years: "2020-2022"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.4.0"
version: "0.5.0"
username: "python-formate"
assignee: "domdfcoding"
primary_conda_channel: "domdfcoding"
Expand Down

0 comments on commit f27c920

Please sign in to comment.