Skip to content

Commit 6b571e3

Browse files
committed
1.0.15
1 parent 60553d9 commit 6b571e3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 1.0.15 2024-08-07
2+
- all resources' primaryKey properity will be an array in datapackage.json now
3+
- update the code to make it work with newer version of pandas
4+
15
## version 1.0.14 2021-08-24
26

37
- improved and fixed bug in the curl download function

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.15dev'
3+
__version__ = '1.0.15'
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.15dev"
8+
version = "1.0.15"
99

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

0 commit comments

Comments
 (0)