Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BinyaminSharet committed Nov 11, 2016
1 parent 57ba256 commit 75a6dcc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Version 0.7.0 (2016-11-11)
==========================

* bugfix: [DataModel] set default sequence for StagedSequenceModel (issue #62)
* bugfix: [Fuzzer] fixed start indices when resuming from session file
* enhancement: [WebInterface] Improved display of test list in user interface/html
* new feature: [Fuzzer] add "retest" option (issue #26)
* new feature: [Fuzzer] New test listing options (issue #26)
* removed feature: [Fuzzer] removed --start and --end command line arguments

Version 0.6.10 (2016-10-26)
===========================

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

Version 0.6.9 (2016-06-04)
==========================
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.10'
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.10'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


VERSION = '0.6.10'
VERSION = '0.7.0'
AUTHOR = 'Cisco SAS team'
EMAIL = '[email protected]'
URL = 'https://github.com/cisco-sas/kitty.git'
Expand Down

0 comments on commit 75a6dcc

Please sign in to comment.