Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Feb 17, 2015
1 parent fb01a24 commit 9b7183b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Changes
--------
-------

0.0.2 (2015-02-17)
^^^^^^^^^^^^^^^^^^

* Added MANIFEST.in


0.0.1 (2015-02-17)
^^^^^^^^^^^^^^^^^^


* Initial release.

* Implemented plain connections: connect, Connection, Cursor.
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.1'
__version__ = '0.0.2'

__all__ = [

Expand Down

0 comments on commit 9b7183b

Please sign in to comment.