Skip to content

Commit e95df74

Browse files
committed
bump version
1 parent ee119e2 commit e95df74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

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

4+
0.0.14 (2018-04-22)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Fixed SSL connection finalization #282
8+
9+
410
0.0.13 (2018-04-19)
511
^^^^^^^^^^^^^^^^^^^
612

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.13'
36+
__version__ = '0.0.14'
3737

3838
__all__ = [
3939

0 commit comments

Comments
 (0)