keep version in release
This commit is contained in:
parent
6dfa80b646
commit
8bfbaef598
3 changed files with 21 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue