prepare for 2.3.x release

This commit is contained in:
j 2014-10-11 20:10:10 +02:00
parent 316e985eca
commit 03e2ac76bb

View file

@ -5,7 +5,7 @@ try:
from . import __version from . import __version
__version__ = __version.VERSION __version__ = __version.VERSION
except: except:
__version__ = '2.1.x' __version__ = '2.3.x'
from . import cache from . import cache
from . import js from . import js