We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1da92 commit 63b9104Copy full SHA for 63b9104
benchexec/__init__.py
@@ -34,7 +34,7 @@
34
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
35
"""
36
37
-__version__ = "3.29-dev"
+__version__ = "3.29"
38
39
40
class BenchExecException(Exception): # noqa: N818 backwards compatibility
debian/changelog
@@ -1,3 +1,9 @@
1
+benchexec (3.29-1) noble; urgency=medium
2
+
3
+ * New upstream version.
4
5
+ -- Philipp Wendler <debian@philippwendler.de> Tue, 11 Mar 2025 15:57:57 +0100
6
7
benchexec (3.28-1+build1) noble; urgency=medium
8
9
* Fix deprecation warnings produced by entry scripts (cf. #1152).
0 commit comments