Skip to content

Commit db94bd1

Browse files
committed
Bump version v0.3.0 -> v0.3.1
1 parent 790ee46 commit db94bd1

File tree

7 files changed

+8
-8
lines changed

7 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.3.0
2+
current_version = 0.3.1
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_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.3.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.3.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.3.0]
181+
additional_dependencies: [flake8-strftime==0.3.1]

__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.3.0"
29+
__version__ = "0.3.1"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ flake8_strftime
105105
:alt: GitHub top language
106106

107107
.. |commits-since| github-shield::
108-
:commits-since: v0.3.0
108+
:commits-since: v0.3.1
109109
:alt: GitHub commits since tagged version
110110

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

flake8_strftime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
__author__ = "Dominic Davis-Foster"
4444
__copyright__ = "2020-2021 Dominic Davis-Foster"
4545
__license__ = "MIT"
46-
__version__ = "0.3.0"
46+
__version__ = "0.3.1"
4747
__email__ = "dominic@davis-foster.co.uk"
4848

4949
STRFTIME001 = "STRFTIME001 Linux-specific strftime code used."

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_strftime"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "A flake8 plugin which checks for use of platform specific strftime codes."
99
readme = "README.rst"
1010
keywords = [ "flake8", "date", "time", "datetime", "strftime",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repo_name: flake8_strftime
55
copyright_years: "2020-2021"
66
author: "Dominic Davis-Foster"
77
email: "dominic@davis-foster.co.uk"
8-
version: "0.3.0"
8+
version: "0.3.1"
99
username: "domdfcoding"
1010
license: 'MIT'
1111
short_desc: "A flake8 plugin which checks for use of platform specific strftime codes."

0 commit comments

Comments
 (0)