Skip to content

Commit ace48e1

Browse files
committed
Update version to 0.1.1
1 parent 3e6185a commit ace48e1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/release/release_notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
Release Notes
55
*************
66

7-
.. release:: Upcoming
7+
.. release:: 0.1.1
8+
:date: 2024-06-04
89

910
.. change:: fixed
1011

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ backend-path = ["."]
99

1010
[project]
1111
name = "sphinx-cmake"
12-
version = "0.1.0"
12+
version = "0.1.1"
1313
description = "Provide CMake module for Sphinx"
1414
readme = "README.md"
1515
requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run(self):
6060

6161
setup(
6262
name="sphinx-cmake",
63-
version="0.1.0",
63+
version="0.1.1",
6464
data_files=[
6565
(
6666
"share/Sphinx/cmake",

0 commit comments

Comments
 (0)