Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Jun 29, 2019
1 parent aee6585 commit 494a446
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## version 1.0.1 2019-06-29

- added options to modify column headers for chef output (#116)
- fixed an chef debug option issue
- added more examples/docs

## version 1.0.0 2019-05-20

- DDF data models/Chef data models are re-written
Expand Down
2 changes: 1 addition & 1 deletion ddf_utils/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.0'
__version__ = '1.0.1'

from . import (str, cli, i18n, io, patch, qa, transformer, factory)
from ddf_utils.model.package import DataPackage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

version = "1.0.0"
version = "1.0.1"

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

0 comments on commit 494a446

Please sign in to comment.