From 19d2b7cf97a24b7f043a05aca6909f8c3feed9e2 Mon Sep 17 00:00:00 2001 From: Binyamin Sharet Date: Wed, 26 Oct 2016 18:15:45 +0300 Subject: [PATCH] version 0.6.10 --- CHANGELOG | 8 ++++++++ docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d5b0ec8..09c7306 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +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 + Version 0.6.9 (2016-06-04) ========================== diff --git a/docs/source/conf.py b/docs/source/conf.py index db94781..2c60cfd 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.9' +version = '0.6.10' # The full version, including alpha/beta/rc tags. -release = '0.6.9' +release = '0.6.10' # 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 474594c..0b09f7b 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.9' +VERSION = '0.6.10' AUTHOR = 'Cisco SAS team' EMAIL = 'kitty-fuzzer@googlegroups.com' URL = 'https://github.com/cisco-sas/kitty.git'