From ac700d1e73954be8378d2413f3868b2365fbe2c3 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Thu, 4 Sep 2014 13:12:16 +0200 Subject: [PATCH] update djextdirect convenience copy --- pyweb/djextdirect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyweb/djextdirect/__init__.py b/pyweb/djextdirect/__init__.py index 830839d..ab6462f 100644 --- a/pyweb/djextdirect/__init__.py +++ b/pyweb/djextdirect/__init__.py @@ -15,7 +15,7 @@ * GNU General Public License for more details. """ -VERSION = ( 0, 9 ) +VERSION = ( 0, 10 ) VERSIONSTR = "v%d.%d" % VERSION