Skip to content

Commit 85b0428

Browse files
committed
bump version
1 parent 5a4f8b2 commit 85b0428

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changes
22
-------
3-
0.0.10 (YYYY-MM-DD)
3+
0.0.10 (2017-12-06)
44
^^^^^^^^^^^^^^^^^^
55

66
* Updated regular expressions to be compatible with pymysql #167 (Thanks @AlexLisovoy)
7+
78
* Added connection recycling in the pool #216
89

910

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.10'
3737

3838
__all__ = [
3939

0 commit comments

Comments
 (0)