We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1403e77 commit 9ef3612Copy full SHA for 9ef3612
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## version 0.2.13 2017-03-22
2
+
3
+- new subcommands for `ddf`: `validate_recipe` and `build_recipe`
4
+- include a recipe schema for validating recipes
5
+- documents for new commands
6
+- minor improvments
7
8
## version 0.2.12 2017-03-16
9
10
- bug fix in several procedures
setup.py
@@ -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))
0 commit comments