Skip to content

Commit 603fa41

Browse files
committed
Bump version v0.1.0 -> v2020.11.4
1 parent b70ed1d commit 603fa41

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 = 0.1.0
2+
current_version = 2020.11.4
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This project is in an early stage, and some things might not work correctly or b
8282
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/repo_helper
8383
:alt: GitHub top language
8484

85-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v0.1.0
85+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2020.11.4
8686
:target: https://github.com/domdfcoding/repo_helper/pulse
8787
:alt: GitHub commits since tagged version
8888

__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__ = "0.1.0"
29+
__version__ = "2020.11.4"
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
@@ -85,7 +85,7 @@ This project is in an early stage, and some things might not work correctly or b
8585
:alt: GitHub top language
8686

8787
.. |commits-since| github-shield::
88-
:commits-since: v0.1.0
88+
:commits-since: v2020.11.4
8989
:alt: GitHub commits since tagged version
9090

9191
.. |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: "0.1.0"
6+
version: "2020.11.4"
77
username: "domdfcoding"
88
license: 'LGPLv3+'
99
short_desc: 'Update multiple configuration files, build scripts etc. from a single location.'

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 = "0.1.0"
29+
__version__: str = "2020.11.4"
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 (0.1.0)
2+
Generator: repo_helper.build (2020.11.4)
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 (0.1.0)
1+
Generator: repo_helper.build (2020.11.4)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)