Skip to content

Commit 5018ecb

Browse files
committed
Bump version v0.3.3 -> v0.3.4
1 parent c9a088f commit 5018ecb

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.3
2+
current_version = 0.3.4
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8_strftime=0.3.3=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8_strftime=0.3.4=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

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/python-formate/flake8_strftime
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8_strftime/v0.3.3
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8_strftime/v0.3.4
105105
:target: https://github.com/python-formate/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.3]
177+
additional_dependencies: [flake8-strftime==0.3.4]

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flake8_strftime
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.3.3
110+
:commits-since: v0.3.4
111111
:alt: GitHub commits since tagged version
112112

113113
.. |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.3"
7+
version = "0.3.4"
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.3"
8+
version: "0.3.4"
99
username: "python-formate"
1010
assignee: "domdfcoding"
1111
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)