Skip to content

Commit 03182f0

Browse files
committed
Bump version v0.3.5 -> v0.4.0
1 parent 070a70e commit 03182f0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.5
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ flake8-encodings
101101
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-encodings
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-encodings/v0.3.5
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-encodings/v0.4.0
105105
:target: https://github.com/domdfcoding/flake8-encodings/pulse
106106
:alt: GitHub commits since tagged version
107107

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.3.5"
19+
__version__ = "0.4.0"
2020
extras_require = {"classes": ["jedi>=0.18.0"], "all": ["jedi>=0.18.0"]}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ flake8-encodings
110110
:alt: GitHub top language
111111

112112
.. |commits-since| github-shield::
113-
:commits-since: v0.3.5
113+
:commits-since: v0.4.0
114114
:alt: GitHub commits since tagged version
115115

116116
.. |commits-latest| github-shield::

doc-source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
9090

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

93-
.. pre-commit:flake8:: 0.3.5
93+
.. pre-commit:flake8:: 0.4.0

flake8_encodings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
__author__: str = "Dominic Davis-Foster"
5656
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5757
__license__: str = "MIT License"
58-
__version__: str = "0.3.5"
58+
__version__: str = "0.4.0"
5959
__email__: str = "dominic@davis-foster.co.uk"
6060

6161
__all__ = ["Visitor", "ClassVisitor", "Plugin"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "flake8-encodings"
7-
version = "0.3.5"
7+
version = "0.4.0"
88
description = "A Flake8 plugin to identify incorrect use of encodings."
99
readme = "README.rst"
1010
keywords = [ "encodings", "flake8", "pep597", "unicode",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: flake8-encodings
44
copyright_years: "2020-2021"
55
author: "Dominic Davis-Foster"
66
email: "dominic@davis-foster.co.uk"
7-
version: "0.3.5"
7+
version: "0.4.0"
88
username: "domdfcoding"
99
license: 'MIT'
1010
short_desc: "A Flake8 plugin to identify incorrect use of encodings."

0 commit comments

Comments
 (0)