Skip to content

Commit

Permalink
update changes and bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolai-dr committed Aug 24, 2016
1 parent d9fe87a commit de70d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
-------

0.0.8 (XXXX-XX-XX)
0.0.8 (2016-08-24)
^^^^^^^^^^^^^^^^^^

* Default min pool size reduced to 1 #80 (Thanks @Drizzt1991)
Expand Down
2 changes: 1 addition & 1 deletion aiomysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .cursors import Cursor, SSCursor, DictCursor, SSDictCursor
from .pool import create_pool, Pool

__version__ = '0.0.7'
__version__ = '0.0.8'

__all__ = [

Expand Down

0 comments on commit de70d29

Please sign in to comment.