We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed921cd commit c825c6cCopy full SHA for c825c6c
Changes.rst
@@ -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
8
Changes for v0.2.2 (2020-10-02)
9
===============================
10
setup.py
@@ -4,7 +4,7 @@
setup(
name="aurora-data-api",
- version="0.2.2",
+ version="0.2.3",
url='https://github.com/chanzuckerberg/aurora-data-api',
license='Apache Software License',
author='Andrey Kislyuk',
0 commit comments