Skip to content

Commit bc9f1e4

Browse files
committed
v0.2.1
1 parent b5c22da commit bc9f1e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Changes for v0.2.1 (2020-10-01)
2+
===============================
3+
4+
- Fall back to strptime if fromisoformat is not available
5+
6+
- Merge pull request #8 from olinger/master (Add colspecs for mySQL
7+
date, time and datetime types)
8+
9+
- Merge pull request #11 from romibuzi/master (Return error code
10+
instead of enum entry)
11+
112
Changes for v0.2.0 (2020-01-02)
213
===============================
314

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="sqlalchemy-aurora-data-api",
7-
version="0.2.0",
7+
version="0.2.1",
88
url='https://github.com/chanzuckerberg/sqlalchemy-aurora-data-api',
99
license='Apache Software License',
1010
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)