Skip to content

Commit

Permalink
prepare for release, bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Mar 10, 2015
1 parent 04c27d9 commit ae93875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,6 @@ Documentation (work in progress)
http://aiomysql.readthedocs.org/


TODO
----
* implement ssl transport support
* rethink autocommit in tests
* documentation
* bring back loggers like in pymysql

Requirements
------------

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.2'
__version__ = '0.0.3'

__all__ = [

Expand Down

0 comments on commit ae93875

Please sign in to comment.