Skip to content

Commit 8823bd6

Browse files
committed
version 1.0.14
1 parent fcacb98 commit 8823bd6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## version 1.0.14 2021-08-24
2+
3+
- improved and fixed bug in the curl download function
4+
- imporved dask datapoint reader to correctly determine dtypes
5+
16
## version 1.0.13 2021-08-11
27

38
- rewrite the download() function to use libcurl

ddf_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '1.0.14dev'
3+
__version__ = '1.0.14'
44

55
from . import (str, cli, i18n, io, patch, qa, transformer, factory)
66
from ddf_utils.model.package import DataPackage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from setuptools import find_packages, setup
77

8-
version = "1.0.14dev"
8+
version = "1.0.14"
99

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

0 commit comments

Comments
 (0)