Skip to content

Commit ab76e12

Browse files
committed
Bump version v2022.4.4 -> v2025.6.3
1 parent e89810a commit ab76e12

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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 = 2022.4.4
2+
current_version = 2025.6.3
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: "Install package"
6060
run: |
61-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld repo_helper=2022.4.4=py_1 -y || exit 1
61+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld repo_helper=2025.6.3=py_1 -y || exit 1
6262
6363
- name: "Run Tests"
6464
run: |

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/v2022.4.4
107+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/repo_helper/v2025.6.3
108108
:target: https://github.com/repo-helper/repo_helper/pulse
109109
:alt: GitHub commits since tagged version
110110

doc-source/index.rst

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

113113
.. |commits-since| github-shield::
114-
:commits-since: v2022.4.4
114+
:commits-since: v2025.6.3
115115
:alt: GitHub commits since tagged version
116116

117117
.. |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 = "whey"
44

55
[project]
66
name = "repo_helper"
7-
version = "2022.4.4"
7+
version = "2025.6.3"
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: "2022.4.4"
7+
version: "2025.6.3"
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 = "2022.4.4"
29+
__version__: str = "2025.6.3"
3030
__email__: str = "dominic@davis-foster.co.uk"
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 (2022.4.4)
2+
Generator: repo_helper.build (2025.6.3)
33
Root-Is-Purelib: true
44
Tag: py3-none-any

0 commit comments

Comments
 (0)