Skip to content

Commit

Permalink
ver 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Mar 9, 2019
1 parent bf2beeb commit 06e243a
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 0.6.4 2019-03-09

- fix exception when creating datapackage for files with multiple indicators (issue #113)
- fix factory method issue for cdiac
- factory method for IGME no longer works. mark it in doc.

## version 0.6.3 2019-03-04

- fix wrong requirement (issue #115)
Expand Down
2 changes: 1 addition & 1 deletion ddf_utils/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.6.3'
__version__ = '0.6.4'

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 = "0.6.3"
version = "0.6.4"

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

0 comments on commit 06e243a

Please sign in to comment.