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
__version__ = __version.VERSION
except:
__version__ = '2.1.x'
__version__ = '2.3.x'
from . import cache
from . import js