Skip to content

Commit 3c23879

Browse files
committed
bump version
1 parent dd068f4 commit 3c23879

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.txt

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

4+
0.0.13 (2018-04-19)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
* Added SSL support #280 (Thanks @terrycain)
8+
9+
* Fixed __all__ in aiomysql/__init__ #270 (Thanks @matianjun1)
10+
11+
* Added docker fixtures #275 (Thanks @terrycain)
12+
13+
414
0.0.12 (2018-01-18)
515
^^^^^^^^^^^^^^^^^^^
616

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.12'
36+
__version__ = '0.0.13'
3737

3838
__all__ = [
3939

0 commit comments

Comments
 (0)