Skip to content

Commit a18bb0d

Browse files
committed
Merge branch 'bring-back-code2'
2 parents 02cfa88 + a429240 commit a18bb0d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
Changes
22
-------
3-
0.0.10 (YYYY-MM-DD)
4-
^^^^^^^^^^^^^^^^^^
3+
4+
0.0.11 (2017-12-06)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Fixed README formatting on pypi
8+
9+
10+
0.0.10 (2017-12-06)
11+
^^^^^^^^^^^^^^^^^^^
512

613
* Updated regular expressions to be compatible with pymysql #167 (Thanks @AlexLisovoy)
14+
715
* Added connection recycling in the pool #216
816

917

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.9'
36+
__version__ = '0.0.11'
3737

3838
__all__ = [
3939

0 commit comments

Comments
 (0)