From a1d4f938b50ab73ad5f9000fc7ee777c379bba5a Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Fri, 9 Mar 2012 18:55:48 -0300 Subject: [PATCH] Release 0.6.0 --- django_pyvows/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_pyvows/version.py b/django_pyvows/version.py index a00eeab..ab018e8 100644 --- a/django_pyvows/version.py +++ b/django_pyvows/version.py @@ -8,4 +8,4 @@ # http://www.opensource.org/licenses/mit-license # Copyright (c) 2011 Rafael Caricio rafael@caricio.com -__version__ = (0, 5, 3) +__version__ = (0, 6, 0)