Skip to content

Commit 3d2e089

Browse files
committed
Bump version v2020.12.21 -> v2021.1.20
1 parent 1d61ff2 commit 3d2e089

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.21
2+
current_version = 2021.1.20
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/v2020.12.21
107+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2021.1.20
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__ = "2020.12.21"
29+
__version__ = "2021.1.20"
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
@@ -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: v2020.12.21
110+
:commits-since: v2021.1.20
111111
:alt: GitHub commits since tagged version
112112

113113
.. |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-2021"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "2020.12.21"
6+
version: "2021.1.20"
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.21"
29+
__version__: str = "2021.1.20"
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 (2020.12.21)
2+
Generator: repo_helper.build (2021.1.20)
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.21)
1+
Generator: repo_helper.build (2021.1.20)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)