Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Sep 11, 2015
1 parent a67af49 commit 2235c7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# BenchExec Changelog

## BenchExec 1.1

- HTML tables produced by table-generator now have a header that stays
always visible, even when scrolling through the table.
- A Debian package is now created for releases and made available on GitHub.
- Small bug fixes.

## BenchExec 1.0

- Multiple runs for the same file can now be shown in the table in different rows
Expand Down
2 changes: 1 addition & 1 deletion benchexec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
"""

__version__ = '1.1-dev'
__version__ = '1.1'

class BenchExec(object):
"""
Expand Down

0 comments on commit 2235c7d

Please sign in to comment.