From ae93875f2117956442b0c166d2fff8f847e59857 Mon Sep 17 00:00:00 2001 From: Nickolai Novik Date: Tue, 10 Mar 2015 20:10:59 +0200 Subject: [PATCH] prepare for release, bump version to 0.0.3 --- README.rst | 7 ------- aiomysql/__init__.py | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 69a4db54..8c118b30 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------ diff --git a/aiomysql/__init__.py b/aiomysql/__init__.py index 7b2076ea..0b9e97f4 100644 --- a/aiomysql/__init__.py +++ b/aiomysql/__init__.py @@ -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__ = [