Skip to content

Commit

Permalink
Bump version v2021.3.31 -> v2021.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 13, 2021
1 parent 4ddd294 commit c65b9f3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2021.3.31
current_version = 2021.6.13
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/repo_helper
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2021.3.31
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2021.6.13
:target: https://github.com/repo-helper/repo_helper/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extras_require",
]

__version__ = "2021.3.31"
__version__ = "2021.6.13"
extras_require = {
"testing": ["check-wheel-contents>=0.2.0", "coincidence>=0.2.0", "pytest>=6.0.0", "twine>=3.2.0"],
"all": ["check-wheel-contents>=0.2.0", "coincidence>=0.2.0", "pytest>=6.0.0", "twine>=3.2.0"]
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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: v2021.3.31
:commits-since: v2021.6.13
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "repo_helper"
version = "2021.3.31"
version = "2021.6.13"
description = "A tool to manage configuration files, build scripts etc. across multiple projects."
readme = "README.rst"
keywords = [ "configuration",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modname: repo_helper
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "2021.3.31"
version: "2021.6.13"
username: "repo-helper"
assignee: "domdfcoding"
primary_conda_channel: "domdfcoding"
Expand Down
2 changes: 1 addition & 1 deletion repo_helper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020 Dominic Davis-Foster"
__license__: str = "LGPLv3+"
__version__: str = "2021.3.31"
__version__: str = "2021.6.13"
__email__: str = "[email protected]"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = repo_helper
version = 2021.3.31
version = 2021.6.13
author = Dominic Davis-Foster
author_email = [email protected]
license = GNU Lesser General Public License v3 or later (LGPLv3+)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli/test_builder_/test_write_wheel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Wheel-Version: 1.0
Generator: repo_helper.build (2021.3.31)
Generator: repo_helper.build (2021.6.13)
Root-Is-Purelib: true
Tag: py3-none-any
2 changes: 1 addition & 1 deletion tests/test_cli/test_builder_/test_write_wheel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Generator: repo_helper.build (2021.3.31)
Generator: repo_helper.build (2021.6.13)
Root-Is-Purelib: 'true'
Tag: py3-none-any
Wheel-Version: '1.0'

0 comments on commit c65b9f3

Please sign in to comment.