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.2.0
2+ current_version = 0.2.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ flake8_strftime
101101.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8_strftime
102102 :alt: GitHub top language
103103
104- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.2.0
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.2.1
105105 :target: https://github.com/domdfcoding/flake8_strftime/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.2.0 ]
181+ additional_dependencies: [flake8-strftime==0.2.1 ]
Original file line number Diff line number Diff line change 26262020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.2.0 "
29+ __version__ = "0.2.1 "
3030
3131repo_root = pathlib .Path (__file__ ).parent
3232install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ flake8_strftime
103103 :alt: GitHub top language
104104
105105.. |commits-since | github-shield ::
106- :commits-since: v0.2.0
106+ :commits-since: v0.2.1
107107 :alt: GitHub commits since tagged version
108108
109109.. |commits-latest | github-shield ::
@@ -144,7 +144,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
144144
145145Sample ``.pre-commit-config.yaml ``:
146146
147- .. pre-commit :flake8 :: 0.2.0
147+ .. pre-commit :flake8 :: 0.2.1
148148
149149
150150 .. 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.2.0 "
43+ __version__ = "0.2.1 "
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 @@ -4,7 +4,7 @@ repo_name: flake8_strftime
44copyright_years : " 2020"
55author : " Dominic Davis-Foster"
66email : " dominic@davis-foster.co.uk"
7- version : " 0.2.0 "
7+ version : " 0.2.1 "
88username : " domdfcoding"
99license : ' MIT'
1010short_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