Skip to content

Commit 752d647

Browse files
committed
Update version to 0.2.0
1 parent edc08e8 commit 752d647

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.2.0
8+
:date: 2024-08-09
89

910
.. change:: new
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.1"
12+
version = "0.2.0"
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.1",
63+
version="0.2.0",
6464
data_files=[
6565
(
6666
"share/Sphinx/cmake",

0 commit comments

Comments
 (0)