Skip to content

Commit

Permalink
version 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BinyaminSharet committed Oct 26, 2016
1 parent dfb8ac6 commit 19d2b7c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
==========================

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.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.
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.9'
VERSION = '0.6.10'
AUTHOR = 'Cisco SAS team'
EMAIL = '[email protected]'
URL = 'https://github.com/cisco-sas/kitty.git'
Expand Down

0 comments on commit 19d2b7c

Please sign in to comment.