Skip to content

Commit fd0e6f4

Browse files
committed
Bump version v2020.12.15 -> v2020.12.16
1 parent 736c9a5 commit fd0e6f4

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-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.16
33
commit = True
44
tag = True
55

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ Tokens
8989
rh.bat
9090
list_requirements.py
9191
pypi_reqs.py
92+
repodata.json

README.rst

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

97-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2020.12.15
97+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2020.12.16
9898
:target: https://github.com/domdfcoding/repo_helper/pulse
9999
:alt: GitHub commits since tagged version
100100

__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.16"
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
@@ -97,7 +97,7 @@ This project is in an early stage, and some things might not work correctly or b
9797
:alt: GitHub top language
9898

9999
.. |commits-since| github-shield::
100-
:commits-since: v2020.12.15
100+
:commits-since: v2020.12.16
101101
:alt: GitHub commits since tagged version
102102

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

repo_helper.yml

Lines changed: 2 additions & 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.16"
77
username: "domdfcoding"
88
license: 'LGPLv3+'
99
short_desc: 'A tool to manage configuration files, build scripts etc. across multiple projects.'
@@ -14,6 +14,7 @@ additional_ignore:
1414
- rh.bat
1515
- list_requirements.py
1616
- pypi_reqs.py
17+
- repodata.json
1718

1819
console_scripts:
1920
- "repo_helper = repo_helper.__main__:main"

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.16"
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.16)
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.16)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)