keep version in release

This commit is contained in:
j 2014-10-01 11:03:39 +02:00
commit 8bfbaef598
3 changed files with 21 additions and 13 deletions

View file

@ -1,7 +1,11 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
# GPL 2011
__version__ = '2.1.1'
try:
from . import __version
__version__ = __version.VERSION
except:
__version__ = '2.1.x'
from . import cache
from . import js