Skip to content

Commit 6d7a000

Browse files
committed
Post release patch v2020.12.15.1
1 parent cd5cd07 commit 6d7a000

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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 = 2020.12.15
2+
current_version = 2020.12.15.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
8484
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/repo_helper
8585
:alt: GitHub top language
8686

87-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2020.12.15
87+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2020.12.15.1
8888
:target: https://github.com/domdfcoding/repo_helper/pulse
8989
:alt: GitHub commits since tagged version
9090

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "2020.12.15"
29+
__version__ = "2020.12.15.1"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This project is in an early stage, and some things might not work correctly or b
8787
:alt: GitHub top language
8888

8989
.. |commits-since| github-shield::
90-
:commits-since: v2020.12.15
90+
:commits-since: v2020.12.15.1
9191
:alt: GitHub commits since tagged version
9292

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

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modname: repo_helper
33
copyright_years: "2020"
44
author: "Dominic Davis-Foster"
55
6-
version: "2020.12.15"
6+
version: "2020.12.15.1"
77
username: "domdfcoding"
88
license: 'LGPLv3+'
99
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 = "2020.12.15"
29+
__version__: str = "2020.12.15.1"
3030
__email__: str = "[email protected]"
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 (2020.12.15)
2+
Generator: repo_helper.build (2020.12.15.1)
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 (2020.12.15)
1+
Generator: repo_helper.build (2020.12.15.1)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)