Skip to content

Commit 12dbd07

Browse files
committed
Bump version v0.1.1 -> v0.2.0
1 parent 615ff4c commit 12dbd07

File tree

6 files changed

+8
-8
lines changed

6 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.1.1
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ flake8_strftime
9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8_strftime
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.1.1
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.2.0
9595
:target: https://github.com/domdfcoding/flake8_strftime/pulse
9696
:alt: GitHub commits since tagged version
9797

@@ -164,4 +164,4 @@ Sample `.pre-commit-config.yaml`:
164164
rev: 3.8.1
165165
hooks:
166166
- id: flake8
167-
additional_dependencies: [flake8-strftime==0.1.1]
167+
additional_dependencies: [flake8-strftime==0.2.0]

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <[email protected]>
4040
"""
4141

42-
__version__ = "0.1.1"
42+
__version__ = "0.2.0"
4343
modname = "flake8_strftime"
4444
pypi_name = "flake8_strftime"
4545
import_name = "flake8_strftime"

doc-source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ flake8_strftime
9393
:alt: GitHub top language
9494

9595
.. |commits-since| github-shield::
96-
:commits-since: v0.1.1
96+
:commits-since: v0.2.0
9797
:alt: GitHub commits since tagged version
9898

9999
.. |commits-latest| github-shield::
@@ -129,7 +129,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
129129

130130
Sample ``.pre-commit-config.yaml``:
131131

132-
.. pre-commit:flake8:: 0.1.1
132+
.. pre-commit:flake8:: 0.2.0
133133
134134
135135
.. toctree::

flake8_strftime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
__author__ = "Dominic Davis-Foster"
4141
__copyright__ = "2020 Dominic Davis-Foster"
4242
__license__ = "MIT"
43-
__version__ = "0.1.1"
43+
__version__ = "0.2.0"
4444
__email__ = "[email protected]"
4545

4646
STRFTIME001 = "STRFTIME001 Linux-specific strftime code used." # noqa: E501

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_name: flake8_strftime
33
copyright_years: "2020"
44
author: "Dominic Davis-Foster"
55
6-
version: "0.1.1"
6+
version: "0.2.0"
77
username: "domdfcoding"
88
license: 'MIT'
99
short_desc: "A flake8 plugin which checks for use of platform specific strftime codes."

0 commit comments

Comments
 (0)