Skip to content

Commit c825c6c

Browse files
committed
v0.2.3
1 parent ed921cd commit c825c6c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes for v0.2.3 (2020-10-02)
2+
===============================
3+
4+
- Fix strptime handling in Python 3.6 and earlier
5+
6+
- Fix type hint handling for arrays
7+
18
Changes for v0.2.2 (2020-10-02)
29
===============================
310

setup.py

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

55
setup(
66
name="aurora-data-api",
7-
version="0.2.2",
7+
version="0.2.3",
88
url='https://github.com/chanzuckerberg/aurora-data-api',
99
license='Apache Software License',
1010
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)