Skip to content

Commit e0d98b2

Browse files
committed
Bump version v0.1.4 -> v0.1.5
1 parent bb417b0 commit e0d98b2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

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/domdfcoding/flake8-dunder-all
102102
:alt: GitHub top language
103103

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

@@ -178,4 +178,4 @@ Sample ``.pre-commit-config.yaml``:
178178
rev: 3.8.1
179179
hooks:
180180
- id: flake8
181-
additional_dependencies: [flake8-strftime==0.1.4]
181+
additional_dependencies: [flake8-strftime==0.1.5]

__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.1.4"
29+
__version__ = "0.1.5"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

doc-source/index.rst

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

105105
.. |commits-since| github-shield::
106-
:commits-since: v0.1.4
106+
:commits-since: v0.1.5
107107
:alt: GitHub commits since tagged version
108108

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

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.1.4"
49+
__version__: str = "0.1.5"
5050
__email__: str = "dominic@davis-foster.co.uk"
5151

5252
__all__ = ["Visitor", "Plugin", "check_and_add_all", "DALL000"]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modname: flake8-dunder-all
33
copyright_years: "2020-2021"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "0.1.4"
6+
version: "0.1.5"
77
username: "domdfcoding"
88
license: 'MIT'
99
short_desc: "A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."

0 commit comments

Comments
 (0)