Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Dec 13, 2019
1 parent 5fd36e4 commit ffad635
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# prepare for Python 3
from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "2.5"
__version__ = "2.5.1"


class BenchExecException(Exception):
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
benchexec (2.5.1-1) bionic; urgency=medium

* New upstream version.

-- Philipp Wendler <[email protected]> Fri, 13 Dec 2019 13:30:40 +0100

benchexec (2.5-1) bionic; urgency=medium

* New upstream version.
Expand Down

0 comments on commit ffad635

Please sign in to comment.