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 7c7aefd commit 0926837Copy full SHA for 0926837
Changes.rst
@@ -1,3 +1,13 @@
1
+Changes for v0.2.1 (2020-10-01)
2
+===============================
3
+
4
+- connect(): Accept and ignore port kwarg
5
6
+- Add numeric and decmial support (#16)
7
8
+- Accept boto3 rds data client as a connection arg to engine options
9
+ (#10)
10
11
Changes for v0.2.0 (2020-01-02)
12
===============================
13
setup.py
@@ -4,7 +4,7 @@
setup(
name="aurora-data-api",
- version="0.2.0",
+ version="0.2.1",
url='https://github.com/chanzuckerberg/aurora-data-api',
license='Apache Software License',
author='Andrey Kislyuk',
0 commit comments