Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1750cf

Browse files
committed
Bump version v3.10.0 -> v4.0.0
1 parent d66f7ad commit d1750cf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

β€Ž.bumpversion.cfg

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

β€Ž.github/workflows/conda_ci.yml

+1-1
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 sphinx-toolbox=3.10.0=py_1 -y || exit 1
61+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-toolbox=4.0.0=py_1 -y || exit 1
6262
6363
- name: "Run Tests"
6464
run: |

β€ŽREADME.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sphinx-toolbox
101101
.. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-toolbox
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-toolbox/v3.10.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-toolbox/v4.0.0
105105
:target: https://github.com/sphinx-toolbox/sphinx-toolbox/pulse
106106
:alt: GitHub commits since tagged version
107107

β€Ždoc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sphinx-toolbox
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v3.10.0
110+
:commits-since: v4.0.0
111111
:alt: GitHub commits since tagged version
112112

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

β€Žpyproject.toml

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

55
[project]
66
name = "sphinx-toolbox"
7-
version = "3.10.0"
7+
version = "4.0.0"
88
description = "Box of handy tools for Sphinx 🧰 πŸ“”"
99
readme = "README.rst"
1010
keywords = [ "documentation", "sphinx", "sphinx-extension",]

β€Žrepo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: '[email protected]'
77
username: 'sphinx-toolbox'
88
assignee: 'domdfcoding'
99
primary_conda_channel: 'domdfcoding'
10-
version: '3.10.0'
10+
version: '4.0.0'
1111
license: 'MIT'
1212
short_desc: 'Box of handy tools for Sphinx 🧰 πŸ“”'
1313

β€Žsphinx_toolbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
__author__: str = "Dominic Davis-Foster"
5858
__copyright__: str = "2020 Dominic Davis-Foster"
5959
__license__: str = "MIT License"
60-
__version__: str = "3.10.0"
60+
__version__: str = "4.0.0"
6161
__email__: str = "[email protected]"
6262

6363
__all__ = ("setup", )

0 commit comments

Comments
Β (0)