Skip to content

Commit 274cfc0

Browse files
committed
bump version to 0.0.9
1 parent f17c6b4 commit 274cfc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
-------
33

4-
0.0.9 (XXXX-XX-XX)
4+
0.0.9 (2016-09-14)
55
^^^^^^^^^^^^^^^^^^
66

77
* Fixed AttributeError in _request_authentication function #104 (Thanks @ttlttl)

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.8'
36+
__version__ = '0.0.9'
3737

3838
__all__ = [
3939

0 commit comments

Comments
 (0)