From b00e2c938c1be9228aca725e4dba276a0b3e19b6 Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Wed, 21 Dec 2011 18:12:16 -0200 Subject: [PATCH] Release 0.4.0 --- django_pyvows/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_pyvows/__init__.py b/django_pyvows/__init__.py index 198756c..f5fbcdb 100644 --- a/django_pyvows/__init__.py +++ b/django_pyvows/__init__.py @@ -8,6 +8,6 @@ # http://www.opensource.org/licenses/mit-license # Copyright (c) 2011 Rafael Caricio rafael@caricio.com -__version__ = (0, 1, 0) +__version__ = (0, 4, 0) from context import DjangoContext, DjangoHTTPContext