Skip to content

Commit 53de721

Browse files
committed
Bump version v2021.6.13 -> v2021.8.11
1 parent 14f54fb commit 53de721

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2021.6.13
2+
current_version = 2021.8.11
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: "Install package"
5050
run: |
51-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld repo_helper=2021.6.13=py_1 -y || exit 1
51+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld repo_helper=2021.8.11=py_1 -y || exit 1
5252
5353
- name: "Run Tests"
5454
run: |

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
104104
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/repo_helper
105105
:alt: GitHub top language
106106

107-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2021.6.13
107+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2021.8.11
108108
:target: https://github.com/repo-helper/repo_helper/pulse
109109
:alt: GitHub commits since tagged version
110110

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This project is in an early stage, and some things might not work correctly or b
110110
:alt: GitHub top language
111111

112112
.. |commits-since| github-shield::
113-
:commits-since: v2021.6.13
113+
:commits-since: v2021.8.11
114114
:alt: GitHub commits since tagged version
115115

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "repo_helper"
7-
version = "2021.6.13"
7+
version = "2021.8.11"
88
description = "A tool to manage configuration files, build scripts etc. across multiple projects."
99
readme = "README.rst"
1010
keywords = [ "configuration",]

repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: repo_helper
44
copyright_years: "2020-2021"
55
author: "Dominic Davis-Foster"
66
7-
version: "2021.6.13"
7+
version: "2021.8.11"
88
username: "repo-helper"
99
assignee: "domdfcoding"
1010
primary_conda_channel: "domdfcoding"

repo_helper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
__author__: str = "Dominic Davis-Foster"
2727
__copyright__: str = "2020 Dominic Davis-Foster"
2828
__license__: str = "LGPLv3+"
29-
__version__: str = "2021.6.13"
29+
__version__: str = "2021.8.11"
3030
__email__: str = "[email protected]"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = repo_helper
11-
version = 2021.6.13
11+
version = 2021.8.11
1212
author = Dominic Davis-Foster
1313
author_email = [email protected]
1414
license = GNU Lesser General Public License v3 or later (LGPLv3+)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Wheel-Version: 1.0
2-
Generator: repo_helper.build (2021.6.13)
2+
Generator: repo_helper.build (2021.8.11)
33
Root-Is-Purelib: true
44
Tag: py3-none-any
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Generator: repo_helper.build (2021.6.13)
1+
Generator: repo_helper.build (2021.8.11)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)