Skip to content

Commit c030458

Browse files
committed
update changes and bump version
1 parent a18bb0d commit c030458

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
-------
33

4+
0.0.12 (2018-01-18)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Fixed support for SQLAlchemy 1.2.0
8+
9+
* Fixed argument for cursor.execute in sa engine #239 (Thanks @NotSoSuper)
10+
11+
412
0.0.11 (2017-12-06)
513
^^^^^^^^^^^^^^^^^^^
614

aiomysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from .cursors import Cursor, SSCursor, DictCursor, SSDictCursor
3434
from .pool import create_pool, Pool
3535

36-
__version__ = '0.0.11'
36+
__version__ = '0.0.12'
3737

3838
__all__ = [
3939

0 commit comments

Comments
 (0)