10000 Bump version v0.2.2 -> v0.3.0 · python-formate/flake8-encodings@64476ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 64476ed

Browse files
committed
Bump version v0.2.2 -> v0.3.0
1 parent 9db1b47 commit 64476ed

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.2.2
2+
current_version = 0.3.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.2.2
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-encodings/v0.3.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
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.2.2"
29+
__version__ = "0.3.0"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flake8-encodings
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.2.2
110+
:commits-since: v0.3.0
111111
:alt: GitHub commits since tagged version
112112

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

doc-source/usage.rst

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

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

86-
.. pre-commit:flake8:: 0.2.2
86+
.. pre-commit:flake8:: 0.3.0

flake8_encodings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
__author__: str = "Dominic Davis-Foster"
5151
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5252
__license__: str = "MIT License"
53-
__version__: str = "0.2.2"
53+
__version__: str = "0.3.0"
5454
__email__: str = "dominic@davis-foster.co.uk"
5555

5656
__all__ = ["Visitor", "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.2.2"
7+
version = "0.3.0"
88
description = "A Flake8 plugin to identify incorrect use of encodings."
99
readme = "README.rst"
1010
keywords = [ "flake8", "encodings", "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.2.2"
7+
version: "0.3.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