From d8d285c52c8eac9e71c80fd9bc802eddb1c32a66 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 30 Mar 2021 13:38:17 +0100 Subject: [PATCH] Bump version v0.3.3 -> v0.3.4 --- .bumpversion.cfg | 2 +- README.rst | 2 +- __pkginfo__.py | 2 +- doc-source/index.rst | 2 +- doc-source/usage.rst | 2 +- flake8_encodings/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 44f1d4d..6d6289e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4 commit = True tag = True diff --git a/README.rst b/README.rst index d620246..9b4a455 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ flake8-encodings .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-encodings :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-encodings/v0.3.3 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-encodings/v0.3.4 :target: https://github.com/domdfcoding/flake8-encodings/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index f3be7a6..2b8113b 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -26,7 +26,7 @@ 2020-2021 Dominic Davis-Foster """ -__version__ = "0.3.3" +__version__ = "0.3.4" repo_root = pathlib.Path(__file__).parent install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n') extras_require = {} diff --git a/doc-source/index.rst b/doc-source/index.rst index 49b6d53..89e652e 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ flake8-encodings :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.3.3 + :commits-since: v0.3.4 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/doc-source/usage.rst b/doc-source/usage.rst index 34622ee..9abefba 100644 --- a/doc-source/usage.rst +++ b/doc-source/usage.rst @@ -83,4 +83,4 @@ See `pre-commit `_ for instructions Sample ``.pre-commit-config.yaml``: -.. pre-commit:flake8:: 0.3.3 +.. pre-commit:flake8:: 0.3.4 diff --git a/flake8_encodings/__init__.py b/flake8_encodings/__init__.py index 7cc89ed..d3d9787 100644 --- a/flake8_encodings/__init__.py +++ b/flake8_encodings/__init__.py @@ -51,7 +51,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.3.3" +__version__: str = "0.3.4" __email__: str = "dominic@davis-foster.co.uk" __all__ = ["Visitor", "Plugin"] diff --git a/pyproject.toml b/pyproject.toml index 4dc75b5..fece630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "flake8-encodings" -version = "0.3.3" +version = "0.3.4" description = "A Flake8 plugin to identify incorrect use of encodings." readme = "README.rst" keywords = [ "flake8", "encodings", "pep597", "unicode",] diff --git a/repo_helper.yml b/repo_helper.yml index 917e5cb..7ad0569 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -4,7 +4,7 @@ modname: flake8-encodings copyright_years: "2020-2021" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "0.3.3" +version: "0.3.4" username: "domdfcoding" license: 'MIT' short_desc: "A Flake8 plugin to identify incorrect use of encodings."