Skip to content

Commit 2147948

Browse files
committed
Update version to 0.13.0
1 parent 22e8256 commit 2147948

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.13.0
8+
:date: 2025-02-16
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.12.0"
12+
version = "0.13.0"
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.12.0",
63+
version="0.13.0",
6464
data_files=[
6565
(
6666
"share/Pytest/cmake",

0 commit comments

Comments
 (0)