Skip to content

Commit

Permalink
version 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Aug 24, 2021
1 parent fcacb98 commit 8823bd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## version 1.0.14 2021-08-24

- improved and fixed bug in the curl download function
- imporved dask datapoint reader to correctly determine dtypes

## version 1.0.13 2021-08-11

- rewrite the download() function to use libcurl
Expand Down
2 changes: 1 addition & 1 deletion ddf_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.14dev'
__version__ = '1.0.14'

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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

version = "1.0.14dev"
version = "1.0.14"

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

0 comments on commit 8823bd6

Please sign in to comment.