Skip to content

Commit 48f8c4e

Browse files
committed
Bump version: 7.0.2 → 7.1.0
1 parent 137b8da commit 48f8c4e

27 files changed

Lines changed: 29 additions & 29 deletions

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "compiletools"
3-
version = "7.0.2"
3+
version = "7.1.0"
44
description = "Tools to make compiling C/C++ projects easy"
55
readme = "src/compiletools/README.ct-doc.rst"
66
requires-python = ">=3.9"
@@ -34,7 +34,7 @@ dependencies = [
3434
dev = [
3535
"bump-my-version>=0.26.0",
3636
"twine>=5.0.0",
37-
"pytest>=7.0.2",
37+
"pytest>=7.1.0",
3838
"pytest-xdist>=3.5",
3939
"ruff>=0.14.0",
4040
"pyright>=1.1",
@@ -81,7 +81,7 @@ include = [
8181
]
8282

8383
[tool.bumpversion]
84-
current_version = "7.0.2"
84+
current_version = "7.1.0"
8585
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
8686
serialize = ["{major}.{minor}.{patch}"]
8787
search = "{current_version}"

src/compiletools/README.cleanup-remote-locks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Legacy helper for pruning stale lockdir directories remotely
88

99
:Author: drgeoffathome@gmail.com
1010
:Date: 2025-11-26
11-
:Version: 7.0.2
11+
:Version: 7.1.0
1212
:Manual section: 1
1313
:Manual group: developers
1414

src/compiletools/README.create-documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Generate man(1) pages from the reStructuredText source tree
88

99
:Author: drgeoffathome@gmail.com
1010
:Date: 2025-11-26
11-
:Version: 7.0.2
11+
:Version: 7.1.0
1212
:Manual section: 1
1313
:Manual group: developers
1414

src/compiletools/README.ct-build-dynamic-library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Produce a shared object from a root source file with zero boilerplate
88

99
:Author: drgeoffathome@gmail.com
1010
:Date: 2025-11-26
11-
:Version: 7.0.2
11+
:Version: 7.1.0
1212
:Manual section: 1
1313
:Manual group: developers
1414

src/compiletools/README.ct-build-static-library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Generate a static library from a root source file in one shot
88

99
:Author: drgeoffathome@gmail.com
1010
:Date: 2025-11-26
11-
:Version: 7.0.2
11+
:Version: 7.1.0
1212
:Manual section: 1
1313
:Manual group: developers
1414

src/compiletools/README.ct-build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ One-command wrapper around ct-findtargets + make -jN
88

99
:Author: drgeoffathome@gmail.com
1010
:Date: 2025-11-26
11-
:Version: 7.0.2
11+
:Version: 7.1.0
1212
:Manual section: 1
1313
:Manual group: developers
1414

src/compiletools/README.ct-cake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Swiss army knife for building a C/C++ project
99
:Author: drgeoffathome@gmail.com
1010
:Date: 2018-02-06
1111
:Copyright: Copyright (C) 2011-2016 Zomojo Pty Ltd
12-
:Version: 7.0.2
12+
:Version: 7.1.0
1313
:Manual section: 1
1414
:Manual group: developers
1515

src/compiletools/README.ct-cleanup-locks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Clean up stale lock directories in shared object caches
88

99
:Author: drgeoffathome@gmail.com
1010
:Date: 2025-10-16
11-
:Version: 7.0.2
11+
:Version: 7.1.0
1212
:Manual section: 1
1313
:Manual group: developers
1414

src/compiletools/README.ct-commandline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document describes the command line arguments that are common across ct-* p
99
:Author: drgeoffathome@gmail.com
1010
:Date: 2017-07-06
1111
:Copyright: Copyright (C) 2011-2016 Zomojo Pty Ltd
12-
:Version: 7.0.2
12+
:Version: 7.1.0
1313
:Manual section: 1
1414
:Manual group: developers
1515

src/compiletools/README.ct-compilation-database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Generate compile_commands.json for clang tooling and IDE integration
88

99
:Author: drgeoffathome@gmail.com
1010
:Date: 2025-10-08
11-
:Version: 7.0.2
11+
:Version: 7.1.0
1212
:Manual section: 1
1313
:Manual group: developers
1414

0 commit comments

Comments
 (0)