Skip to content

Commit 88a6922

Browse files
committed
Bump version v2021.3.12 -> v2021.3.31
1 parent 8c83240 commit 88a6922

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2021.3.12
2+
current_version = 2021.3.31
33
commit = True
44
tag = True
55

Diff for: README.rst

+1-1
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/v2021.3.12
107+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2021.3.31
108108
:target: https://github.com/domdfcoding/repo_helper/pulse
109109
:alt: GitHub commits since tagged version
110110

Diff for: __pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "2021.3.12"
29+
__version__ = "2021.3.31"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {

Diff for: doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This project is in an early stage, and some things might not work correctly or b
109109
:alt: GitHub top language
110110

111111
.. |commits-since| github-shield::
112-
:commits-since: v2021.3.12
112+
:commits-since: v2021.3.31
113113
:alt: GitHub commits since tagged version
114114

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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "repo_helper"
7-
version = "2021.3.12"
7+
version = "2021.3.31"
88
description = "A tool to manage configuration files, build scripts etc. across multiple projects."
99
readme = "README.rst"
1010
keywords = [ "configuration",]

Diff for: repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: repo_helper
44
copyright_years: "2020-2021"
55
author: "Dominic Davis-Foster"
66
7-
version: "2021.3.12"
7+
version: "2021.3.31"
88
username: "domdfcoding"
99
license: 'LGPLv3+'
1010
short_desc: 'A tool to manage configuration files, build scripts etc. across multiple projects.'

Diff for: repo_helper/__init__.py

+1-1
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 = "2021.3.12"
29+
__version__: str = "2021.3.31"
3030
__email__: str = "[email protected]"

Diff for: tests/test_cli/test_builder_/test_write_wheel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Wheel-Version: 1.0
2-
Generator: repo_helper.build (2021.3.12)
2+
Generator: repo_helper.build (2021.3.31)
33
Root-Is-Purelib: true
44
Tag: py3-none-any

Diff for: tests/test_cli/test_builder_/test_write_wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Generator: repo_helper.build (2021.3.12)
1+
Generator: repo_helper.build (2021.3.31)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)