Skip to content

Commit a429240

Browse files
committed
try to fix formatting
1 parent 85b0428 commit a429240

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.txt

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

613
* Updated regular expressions to be compatible with pymysql #167 (Thanks @AlexLisovoy)
714

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

3838
__all__ = [
3939

0 commit comments

Comments
 (0)