Skip to content

Commit c65b9f3

Browse files
committed
Bump version v2021.3.31 -> v2021.6.13
1 parent 4ddd294 commit c65b9f3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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 = 2021.3.31
2+
current_version = 2021.6.13
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/repo-helper/repo_helper
105105
:alt: GitHub top language
106106

107-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2021.3.31
107+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2021.6.13
108108
:target: https://github.com/repo-helper/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
@@ -16,7 +16,7 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "2021.3.31"
19+
__version__ = "2021.6.13"
2020
extras_require = {
2121
"testing": ["check-wheel-contents>=0.2.0", "coincidence>=0.2.0", "pytest>=6.0.0", "twine>=3.2.0"],
2222
"all": ["check-wheel-contents>=0.2.0", "coincidence>=0.2.0", "pytest>=6.0.0", "twine>=3.2.0"]

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This project is in an early stage, and some things might not work correctly or b
110110
:alt: GitHub top language
111111

112112
.. |commits-since| github-shield::
113-
:commits-since: v2021.3.31
113+
:commits-since: v2021.6.13
114114
:alt: GitHub commits since tagged version
115115

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.31"
7+
version = "2021.6.13"
88
description = "A tool to manage configuration files, build scripts etc. across multiple projects."
99
readme = "README.rst"
1010
keywords = [ "configuration",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
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
email: "dominic@davis-foster.co.uk"
7-
version: "2021.3.31"
7+
version: "2021.6.13"
88
username: "repo-helper"
99
assignee: "domdfcoding"
1010
primary_conda_channel: "domdfcoding"

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 = "2021.3.31"
29+
__version__: str = "2021.6.13"
3030
__email__: str = "dominic@davis-foster.co.uk"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = repo_helper
11-
version = 2021.3.31
11+
version = 2021.6.13
1212
author = Dominic Davis-Foster
1313
author_email = dominic@davis-foster.co.uk
1414
license = GNU Lesser General Public License v3 or later (LGPLv3+)
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 (2021.3.31)
2+
Generator: repo_helper.build (2021.6.13)
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 (2021.3.31)
1+
Generator: repo_helper.build (2021.6.13)
22
Root-Is-Purelib: 'true'
33
Tag: py3-none-any
44
Wheel-Version: '1.0'

0 commit comments

Comments
 (0)