Skip to content

Commit 75a6dcc

Browse files
version 0.7.0
1 parent 57ba256 commit 75a6dcc

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
Version 0.7.0 (2016-11-11)
2+
==========================
3+
4+
* bugfix: [DataModel] set default sequence for StagedSequenceModel (issue #62)
5+
* bugfix: [Fuzzer] fixed start indices when resuming from session file
6+
* enhancement: [WebInterface] Improved display of test list in user interface/html
7+
* new feature: [Fuzzer] add "retest" option (issue #26)
8+
* new feature: [Fuzzer] New test listing options (issue #26)
9+
* removed feature: [Fuzzer] removed --start and --end command line arguments
10+
111
Version 0.6.10 (2016-10-26)
212
===========================
313

4-
* new feature: [DataModel] List supports a delimiter field
514
* bugfix: [DataModel] fixed hash of PsuedoTemplate to avoid collision
6-
* enhancement: [DataModel] absolute name does not require the template name anymore
715
* bugfix: [DataModel] self mutations of containers are not ignored anymore if they are the only mutations
16+
* enhancement: [DataModel] absolute name does not require the template name anymore
17+
* new feature: [DataModel] List supports a delimiter field
818

919
Version 0.6.9 (2016-06-04)
1020
==========================

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.6.10'
66+
version = '0.7.0'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.6.10'
68+
release = '0.7.0'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77
return open(os.path.join(os.path.dirname(__file__), fname)).read()
88

99

10-
VERSION = '0.6.10'
10+
VERSION = '0.7.0'
1111
AUTHOR = 'Cisco SAS team'
1212
EMAIL = 'kitty-fuzzer@googlegroups.com'
1313
URL = 'https://github.com/cisco-sas/kitty.git'

0 commit comments

Comments
 (0)