8000 Bump version v0.5.0 -> v0.5.0.post1 · python-formate/flake8-encodings@ac9023c · GitHub
[go: up one dir, main page]

Skip to content

Commit ac9023c

Browse files
committed
Bump version v0.5.0 -> v0.5.0.post1
1 parent 980b0b6 commit ac9023c

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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.5.0
2+
current_version = 0.5.0.post1
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: "Install package"
5656
run: |
57-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-encodings=0.5.0=py_1 -y || exit 1
57+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-encodings=0.5.0.post1=py_1 -y || exit 1
5858
5959
- name: "Run Tests"
6060
run: |

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ flake8-encodings
101101
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-encodings
102102
:alt: GitHub top language
103103

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

@@ -149,7 +149,7 @@ To install with ``conda``:
149149
.. end installation
150150
151151
152-
In version 0.5.0 and above the functionality for checking classes
152+
In version 0.5.0.post1 and above the functionality for checking classes
153153
(``configparser.ConfigParser`` and ``pathlib.Path`` for now)
154154
requires the ``classes`` extra to be installed:
155155

doc-source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ flake8-encodings
111111
:alt: GitHub top language
112112

113113
.. |commits-since| github-shield::
114-
:commits-since: v0.5.0
114+
:commits-since: v0.5.0.post1
115115
:alt: GitHub commits since tagged version
116116

117117
.. |commits-latest| github-shield::
@@ -143,7 +143,7 @@ Installation
143143
144144
.. latex:vspace:: 20px
145145
146-
In version 0.5.0 and above the functionality for checking classes
146+
In version 0.5.0.post1 and above the functionality for checking classes
147147
(:class:`~configparser.ConfigParser` and :class:`~.pathlib.Path` for now)
148148
requires the ``classes`` extra to be installed:
149149

doc-source/usage.rst

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

9494
Sample ``.pre-commit-config.yaml``:
9595

96-
.. pre-commit:flake8:: 0.5.0
96+
.. pre-commit:flake8:: 0.5.0.post1

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.5.0"
58+
__version__: str = "0.5.0.post1"
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.5.0"
7+
version = "0.5.0.post1"
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-2022"
55
author: "Dominic Davis-Foster"
66
email: "dominic@davis-foster.co.uk"
7-
version: "0.5.0"
7+
version: "0.5.0.post1"
88
username: "python-formate"
99
assignee: "domdfcoding"
1010
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)
0