We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883414e commit 766e6c9Copy full SHA for 766e6c9
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.33-dev"
+__version__ = "3.33"
38
39
40
class BenchExecException(Exception): # noqa: N818 backwards compatibility
debian/changelog
@@ -1,3 +1,9 @@
1
+benchexec (3.33-1) noble; urgency=medium
2
+
3
+ * New upstream version.
4
5
+ -- Philipp Wendler <debian@philippwendler.de> Thu, 18 Dec 2025 10:59:09 +0100
6
7
benchexec (3.32-1) noble; urgency=medium
8
9
* New upstream version.
0 commit comments