File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.2.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 39392020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040"""
4141
42- __version__ = "0.1.1 "
42+ __version__ = "0.2.0 "
4343modname = "flake8_strftime"
4444pypi_name = "flake8_strftime"
4545import_name = "flake8_strftime"
Original file line number Diff line number Diff 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
130130Sample ``.pre-commit-config.yaml ``:
131131
132- .. pre-commit :flake8 :: 0.1.1
132+ .. pre-commit :flake8 :: 0.2.0
133133
134134
135135 .. toctree ::
Original file line number Diff line number Diff line change 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__ = "dominic@davis-foster.co.uk"
4545
4646STRFTIME001 = "STRFTIME001 Linux-specific strftime code used." # noqa: E501
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: flake8_strftime
33copyright_years : " 2020"
44author : " Dominic Davis-Foster"
55email : " dominic@davis-foster.co.uk"
6- version : " 0.1.1 "
6+ version : " 0.2.0 "
77username : " domdfcoding"
88license : ' MIT'
99short_desc : " A flake8 plugin which checks for use of platform specific strftime codes."
You can’t perform that action at this time.
0 commit comments