Skip to content

Commit 9ef3612

Browse files
committed
version 0.2.13
1 parent 1403e77 commit 9ef3612

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## version 0.2.12 2017-03-16
29

310
- bug fix in several procedures

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from setuptools import setup, find_packages
66

7-
version = "0.2.12"
7+
version = "0.2.13"
88

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

0 commit comments

Comments
 (0)