Skip to content

Commit 1ad99c4

Browse files
committed
Bump version v0.3.2 -> v0.3.3
1 parent 86efd7a commit 1ad99c4

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55

@@ -21,7 +21,3 @@ replace = version = "{new_version}"
2121

2222
search = ={current_version}=py_1
2323
replace = ={new_version}=py_1
24-
25-
[bumpversion:file:flake8_sphinx_links/__init__.py]
26-
search = : str = "{current_version}"
27-
replace = : str = "{new_version}"

.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.2=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8_strftime=0.3.3=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.2
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8_strftime/v0.3.3
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.2]
177+
additional_dependencies: [flake8-strftime==0.3.3]

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.2
110+
:commits-since: v0.3.3
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.2"
7+
version = "0.3.3"
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.2"
8+
version: "0.3.3"
99
username: "python-formate"
1010
assignee: "domdfcoding"
1111
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)