Skip to content

Commit

Permalink
Bump version v2021.6.13 -> v2021.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 11, 2021
1 parent 14f54fb commit 53de721
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.6.13
current_version = 2021.8.11
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld repo_helper=2021.6.13=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld repo_helper=2021.8.11=py_1 -y || exit 1
- name: "Run Tests"
run: |
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.6.13
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2021.8.11
:target: https://github.com/repo-helper/repo_helper/pulse
:alt: GitHub commits since tagged version

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.6.13
:commits-since: v2021.8.11
: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.6.13"
version = "2021.8.11"
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.6.13"
version: "2021.8.11"
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.6.13"
__version__: str = "2021.8.11"
__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.6.13
version = 2021.8.11
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.6.13)
Generator: repo_helper.build (2021.8.11)
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.6.13)
Generator: repo_helper.build (2021.8.11)
Root-Is-Purelib: 'true'
Tag: py3-none-any
Wheel-Version: '1.0'

0 comments on commit 53de721

Please sign in to comment.