Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Jul 8, 2019
1 parent 0b0996f commit 8fc71d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## version 1.0.2 2019-07-08

- ddf reader: read synonyms for entity set from entity domain synonyms
- chef: imporvments on `window` procedure, improvements for `to_recipe` method
- datapackage: improvments on ddfschema generation process
- minor changes

## version 1.0.1 2019-06-29

- added options to modify column headers for chef output (#116)
Expand Down
2 changes: 1 addition & 1 deletion ddf_utils/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.1'
__version__ = '1.0.2'

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.1"
version = "1.0.2"

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

0 comments on commit 8fc71d1

Please sign in to comment.