Skip to content

Commit df155c3

Browse files
Release 3.27
1 parent 8de1bba commit df155c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

benchexec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
3535
"""
3636

37-
__version__ = "3.27-dev"
37+
__version__ = "3.27"
3838

3939

4040
class BenchExecException(Exception): # noqa: N818 backwards compatibility

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
benchexec (3.27-1) jammy; urgency=medium
2+
3+
* New upstream version.
4+
5+
-- Philipp Wendler <debian@philippwendler.de> Sat, 23 Nov 2024 10:13:14 +0100
6+
17
benchexec (3.26-1) jammy; urgency=medium
28

39
* New upstream version.

0 commit comments

Comments
 (0)