Skip to content

Commit

Permalink
version 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed May 31, 2017
1 parent 2bb3efa commit 8b4d97d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## version 0.2.16 2017-05-31

- bug fix in ddfSchema generation

## version 0.2.15 2017-05-31

- the chef_new module, which is to replace the chef module. But it's still WIP, not working yet.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages

version = "0.2.15"
version = "0.2.16"

if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'version %s'" % (version, version))
Expand Down

0 comments on commit 8b4d97d

Please sign in to comment.