From c4f4dc615a89a40efa79ded80d0d1e859223f22c Mon Sep 17 00:00:00 2001 From: Michael Ortali Date: Mon, 28 Sep 2015 08:52:41 -0400 Subject: [PATCH] version: 0.2.1 Fixes: * When using the task decorator, the required informations for the GarconLogger extension are missing. #64 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a5814e..562f1f8 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='Garcon', - version='0.2.0', + version='0.2.1', url='https://github.com/xethorn/garcon/', author='Michael Ortali', author_email='hello@xethorn.net',