Skip to content

Commit 892ad1f

Browse files
committed
Update version to 0.11.3
1 parent f710f00 commit 892ad1f

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.11.3
8+
:date: 2025-01-19
89

910
.. change:: changed
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 = "pytest-cmake"
12-
version = "0.11.2"
12+
version = "0.11.3"
1313
description = "Provide CMake module for Pytest"
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="pytest-cmake",
63-
version="0.11.2",
63+
version="0.11.3",
6464
data_files=[
6565
(
6666
"share/Pytest/cmake",

0 commit comments

Comments
 (0)