From de70d29efbb6193b0d487615a5e5caf4bf34fe37 Mon Sep 17 00:00:00 2001 From: Nickolai Novik Date: Wed, 24 Aug 2016 21:19:13 +0300 Subject: [PATCH] update changes and bump version to 0.0.8 --- CHANGES.txt | 2 +- aiomysql/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6c4cde6c..89f31920 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) diff --git a/aiomysql/__init__.py b/aiomysql/__init__.py index 3bfd9698..921ad9b2 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.7' +__version__ = '0.0.8' __all__ = [