Skip to content

Commit

Permalink
version 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Mar 22, 2017
1 parent 1403e77 commit 9ef3612
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## version 0.2.13 2017-03-22

- new subcommands for `ddf`: `validate_recipe` and `build_recipe`
- include a recipe schema for validating recipes
- documents for new commands
- minor improvments

## version 0.2.12 2017-03-16

- bug fix in several procedures
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.12"
version = "0.2.13"

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

0 comments on commit 9ef3612

Please sign in to comment.