Skip to content

Commit 7680872

Browse files
committed
Bump version v0.5.2 -> v0.6.0
1 parent 0b1a7c0 commit 7680872

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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 = 0.5.2
2+
current_version = 0.6.0
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
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-highlights=0.5.2=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-highlights=0.6.0=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

README.rst

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

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-highlights/v0.5.2
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-highlights/v0.6.0
105105
:target: https://github.com/sphinx-toolbox/sphinx-highlights/pulse
106106
:alt: GitHub commits since tagged version
107107

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sphinx-highlights
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.5.2
110+
:commits-since: v0.6.0
111111
:alt: GitHub commits since tagged version
112112

113113
.. |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 = "sphinx-highlights"
7-
version = "0.5.2"
7+
version = "0.6.0"
88
description = "Sphinx extension to display a selection of highlights from a Python library."
99
readme = "README.rst"
1010
keywords = [ "documentation", "sphinx", "sphinx-extension",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
77
username: 'sphinx-toolbox'
88
assignee: 'domdfcoding'
99
primary_conda_channel: 'domdfcoding'
10-
version: '0.5.2'
10+
version: '0.6.0'
1111
license: 'MIT'
1212
short_desc: 'Sphinx extension to display a selection of highlights from a Python library.'
1313

sphinx_highlights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
__author__: str = "Dominic Davis-Foster"
7171
__copyright__: str = "2021 Dominic Davis-Foster"
7272
__license__: str = "MIT License"
73-
__version__: str = "0.5.2"
73+
__version__: str = "0.6.0"
7474
__email__: str = "dominic@davis-foster.co.uk"
7575

7676
__all__ = [

0 commit comments

Comments
 (0)