Skip to content

Commit 5c61ff3

Browse files
committed
Bump version v0.2.2 -> v0.3.0b1
1 parent a8bfa67 commit 5c61ff3

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.2.2
2+
current_version = 0.3.0b1
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
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-dunder-all=0.2.2=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-dunder-all=0.3.0b1=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

README.rst

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

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-dunder-all/v0.2.2
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-dunder-all/v0.3.0b1
105105
:target: https://github.com/python-formate/flake8-dunder-all/pulse
106106
:alt: GitHub commits since tagged version
107107

@@ -173,7 +173,7 @@ Sample ``.pre-commit-config.yaml``:
173173
rev: 3.8.1
174174
hooks:
175175
- id: flake8
176-
additional_dependencies: [flake8-dunder-all==0.2.2]
176+
additional_dependencies: [flake8-dunder-all==0.3.0b1]
177177
178178
``ensure-dunder-all`` script
179179

doc-source/index.rst

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

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

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

doc-source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
4040

4141
Sample ``.pre-commit-config.yaml``:
4242

43-
.. pre-commit:flake8:: 0.2.2
43+
.. pre-commit:flake8:: 0.3.0b1
4444
4545
4646
Using the script as a pre-commit hook
@@ -53,4 +53,4 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions.
5353
Sample ``.pre-commit-config.yaml``:
5454

5555
.. pre-commit::
56-
:rev: v0.2.2
56+
:rev: v0.3.0b1

flake8_dunder_all/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
__author__: str = "Dominic Davis-Foster"
4747
__copyright__: str = "2020 Dominic Davis-Foster"
4848
__license__: str = "MIT"
49-
__version__: str = "0.2.2"
49+
__version__: str = "0.3.0b1"
5050
__email__: str = "dominic@davis-foster.co.uk"
5151

5252
__all__ = ("Visitor", "Plugin", "check_and_add_all", "DALL000")

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-dunder-all"
7-
version = "0.2.2"
7+
version = "0.3.0b1"
88
description = "A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."
99
readme = "README.rst"
1010
keywords = [ "flake8",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: flake8-dunder-all
44
copyright_years: "2020-2022"
55
author: "Dominic Davis-Foster"
66
email: "dominic@davis-foster.co.uk"
7-
version: "0.2.2"
7+
version: "0.3.0b1"
88
username: "python-formate"
99
assignee: "domdfcoding"
1010
license: 'MIT'

0 commit comments

Comments
 (0)