Skip to content

Commit e10ed6a

Browse files
committed
Bump version v2021.3.8 -> v2021.3.9
1 parent f1e318c commit e10ed6a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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 = 2021.3.8
2+
current_version = 2021.3.9
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
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/domdfcoding/repo_helper
105105
:alt: GitHub top language
106106

107-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2021.3.8
107+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2021.3.9
108108
:target: https://github.com/domdfcoding/repo_helper/pulse
109109
:alt: GitHub commits since tagged version
110110

__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__ = "2021.3.8"
29+
__version__ = "2021.3.9"
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
@@ -107,7 +107,7 @@ This project is in an early stage, and some things might not work correctly or b
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v2021.3.8
110+
:commits-since: v2021.3.9
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 = "setuptools.build_meta"
44

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

repo_helper.yml

Lines changed: 1 addition & 1 deletion
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
email: "dominic@davis-foster.co.uk"
7-
version: "2021.3.8"
7+
version: "2021.3.9"
88
username: "domdfcoding"
99
license: 'LGPLv3+'
1010
short_desc: 'A tool to manage configuration files, build scripts etc. across multiple projects.'

repo_helper/__init__.py

Lines changed: 1 addition & 1 deletion
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.3.8"
29+
__version__: str = "2021.3.9"
3030
__email__: str = "dominic@davis-foster.co.uk"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Wheel-Version: 1.0
2-
Generator: repo_helper.build (2021.3.8)
2+
Generator: repo_helper.build (2021.3.9)
33
Root-Is-Purelib: true
44
Tag: py3-none-any
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Generator: repo_helper.build (2021.3.8)
1+
Generator: repo_helper.build (2021.3.9)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)