Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03182f0

Browse filesBrowse files
committed
Bump version v0.3.5 -> v0.4.0
1 parent 070a70e commit 03182f0
Copy full SHA for 03182f0

File tree

Expand file treeCollapse file tree

8 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+8
-8
lines changed

‎.bumpversion.cfg

Copy file name to clipboardExpand all lines: .bumpversion.cfg
+1-1Lines 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

Copy file name to clipboardExpand all lines: README.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: __pkginfo__.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: doc-source/index.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: doc-source/usage.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: flake8_encodings/__init__.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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

Copy file name to clipboardExpand all lines: repo_helper.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.