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
|
||||
__version__ = __version.VERSION
|
||||
except:
|
||||
__version__ = '2.1.x'
|
||||
__version__ = '2.3.x'
|
||||
|
||||
from . import cache
|
||||
from . import js
|
||||
|
|
Loading…
Reference in a new issue