Skip to content

Commit 0cd9365

Browse files
committed
Bump version v0.4.0 -> v0.4.0.post1
1 parent bd48627 commit 0cd9365

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.4.0
2+
current_version = 0.4.0.post1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ html-section
8181
.. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/html-section
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/html-section/v0.4.0
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/html-section/v0.4.0.post1
8585
:target: https://github.com/sphinx-toolbox/html-section/pulse
8686
:alt: GitHub commits since tagged version
8787

@@ -149,7 +149,7 @@ The section label ``Contents`` will only be shown with the LaTeX builder.
149149
However, the section content will still be visible, and the heading will appear in the table of contents.
150150
Consider using Sphinx's ``.. only:: latex`` directive for that.
151151

152-
*New in version 0.4.0*
152+
*New in version 0.4.0.post1*
153153

154154

155155
.. code-block:: rest

html_section/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
__author__: str = "Dominic Davis-Foster"
5353
__copyright__: str = "2021 Dominic Davis-Foster"
5454
__license__: str = "BSD License"
55-
__version__: str = "0.4.0"
55+
__version__: str = "0.4.0.post1"
5656
__email__: str = "dominic@davis-foster.co.uk"
5757

5858
__all__ = [

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 = "html-section"
7-
version = "0.4.0"
7+
version = "0.4.0.post1"
88
description = "Sphinx extension to hide section headers with non-HTML builders."
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
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'sphinx-toolbox'
88
assignee: 'domdfcoding'
9-
version: '0.4.0'
9+
version: '0.4.0.post1'
1010
license: 'BSD'
1111
short_desc: 'Sphinx extension to hide section headers with non-HTML builders.'
1212

0 commit comments

Comments
 (0)