We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f3315 commit bb1e1f9Copy full SHA for bb1e1f9
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.11-dev"
+__version__ = "3.11"
38
39
40
class BenchExecException(Exception): # noqa: N818 backwards compatibility
debian/changelog
@@ -1,3 +1,9 @@
1
+benchexec (3.11-1) impish; urgency=medium
2
+
3
+ * New upstream version.
4
5
+ -- Philipp Wendler <[email protected]> Wed, 09 Feb 2022 09:55:06 +0100
6
7
benchexec (3.10-1) focal; urgency=medium
8
9
* New upstream version.
0 commit comments