Skip to content

Commit

Permalink
version 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Jun 1, 2017
1 parent 54ad095 commit 63bbfb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## version 0.2.17 2017-06-01

- performance improvement on datapackage generation
- add progress bar to datapackage generation

## version 0.2.16 2017-05-31

- bug fix in ddfSchema generation
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.16"
version = "0.2.17"

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

0 comments on commit 63bbfb2

Please sign in to comment.