prepare for 2.3.x release
This commit is contained in:
parent
316e985eca
commit
03e2ac76bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue