diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2a62e73..87687d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True diff --git a/README.rst b/README.rst index 6d6a6d3..5a2e2af 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.4 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-encodings/v0.3.5 :target: https://github.com/domdfcoding/flake8-encodings/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index 01255d5..953a011 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -16,5 +16,5 @@ "extras_require", ] -__version__ = "0.3.4" +__version__ = "0.3.5" extras_require = {} diff --git a/doc-source/index.rst b/doc-source/index.rst index 4ab3c77..e19a982 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -108,7 +108,7 @@ flake8-encodings :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.3.4 + :commits-since: v0.3.5 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/doc-source/usage.rst b/doc-source/usage.rst index 9abefba..db36567 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.4 +.. pre-commit:flake8:: 0.3.5 diff --git a/flake8_encodings/__init__.py b/flake8_encodings/__init__.py index 52ad3af..d6fc3cd 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.4" +__version__: str = "0.3.5" __email__: str = "dominic@davis-foster.co.uk" __all__ = ["Visitor", "Plugin"] diff --git a/pyproject.toml b/pyproject.toml index 4223da1..c7afe30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "flake8-encodings" -version = "0.3.4" +version = "0.3.5" description = "A Flake8 plugin to identify incorrect use of encodings." readme = "README.rst" keywords = [ "encodings", "flake8", "pep597", "unicode",] diff --git a/repo_helper.yml b/repo_helper.yml index 7ad0569..befb025 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.4" +version: "0.3.5" username: "domdfcoding" license: 'MIT' short_desc: "A Flake8 plugin to identify incorrect use of encodings."