Skip to content

Commit afe37b1

Browse files
committed
Bump version v0.3.1 -> v0.3.2
1 parent 76b5a46 commit afe37b1

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.3.1
2+
current_version = 0.3.2
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.1
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.3.2
105105
:target: https://github.com/domdfcoding/flake8_strftime/pulse
106106
:alt: GitHub commits since tagged version
107107

@@ -174,4 +174,4 @@ Sample ``.pre-commit-config.yaml``:
174174
rev: 3.8.1
175175
hooks:
176176
- id: flake8
177-
additional_dependencies: [flake8-strftime==0.3.1]
177+
additional_dependencies: [flake8-strftime==0.3.2]

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.3.1"
19+
__version__ = "0.3.2"
2020
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.1
108+
:commits-since: v0.3.2
109109
:alt: GitHub commits since tagged version
110110

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

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

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.1"
8+
version: "0.3.2"
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)