Skip to content

Commit

Permalink
Bump version v0.1.0 -> v2020.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 4, 2020
1 parent b70ed1d commit 603fa41
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 2020.11.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -82,7 +82,7 @@ This project is in an early stage, and some things might not work correctly or b
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/repo_helper
:alt: GitHub top language

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

Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Expand Up @@ -26,7 +26,7 @@
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

__version__ = "0.1.0"
__version__ = "2020.11.4"

repo_root = pathlib.Path(__file__).parent
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Expand Up @@ -85,7 +85,7 @@ This project is in an early stage, and some things might not work correctly or b
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.1.0
:commits-since: v2020.11.4
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Expand Up @@ -3,7 +3,7 @@ modname: repo_helper
copyright_years: "2020"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.1.0"
version: "2020.11.4"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'Update multiple configuration files, build scripts etc. from a single location.'
Expand Down
2 changes: 1 addition & 1 deletion repo_helper/__init__.py
Expand Up @@ -26,5 +26,5 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020 Dominic Davis-Foster"
__license__: str = "LGPLv3+"
__version__: str = "0.1.0"
__version__: str = "2020.11.4"
__email__: str = "dominic@davis-foster.co.uk"
2 changes: 1 addition & 1 deletion tests/test_builder_/test_write_wheel.txt
@@ -1,4 +1,4 @@
Wheel-Version: 1.0
Generator: repo_helper.build (0.1.0)
Generator: repo_helper.build (2020.11.4)
Root-Is-Purelib: true
Tag: py3-none-any
2 changes: 1 addition & 1 deletion tests/test_builder_/test_write_wheel.yml
@@ -1,4 +1,4 @@
Generator: repo_helper.build (0.1.0)
Generator: repo_helper.build (2020.11.4)
Root-Is-Purelib: 'true'
Tag: py3-none-any
Wheel-Version: '1.0'

0 comments on commit 603fa41

Please sign in to comment.