diff --git a/CHANGELOG b/CHANGELOG index 9b7f3a6..d5b0ec8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +Version 0.6.9 (2016-06-04) +========================== + +* bugfix: [DataModel] fixed container bug - check rendered type of fields when generating default buffer +* bugfix: [DataModel] fixed inheritence of BitsFuncEncoder +* bugfix: [DataModel] List threw exception if had only one element +* bugfix: [DataModel] Meta field default rendered value was not empty +* bugfix: [WebInterface] html - check if data exists before using it to fill test info +* new feature: [ClientTarget] mark trigger timeout as an error, not failure +* new feature: [DataModel] new field - PsuedoTemplate + Version 0.6.8 (2016-05-04) ========================== diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f26748..db94781 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '0.6.8' +version = '0.6.9' # The full version, including alpha/beta/rc tags. -release = '0.6.8' +release = '0.6.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a36b81c..f42cf30 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -VERSION = '0.6.8' +VERSION = '0.6.9' AUTHOR = 'Cisco SAS team' EMAIL = 'kitty-fuzzer@googlegroups.com' URL = 'https://github.com/cisco-sas/kitty.git' @@ -39,7 +39,7 @@ def read(fname): author_email=EMAIL, url=URL, packages=find_packages(), - install_requires=['docopt', 'bitstring!=3.1.4', 'six', 'requests'], + install_requires=['docopt', 'bitstring', 'six', 'requests'], keywords=KEYWORDS, entry_points={ 'console_scripts': [