mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-24 23:14:44 +00:00
Version 4.3.1
This commit is contained in:
parent
b2917fff53
commit
5f9477b664
3 changed files with 9 additions and 1 deletions
4
README
4
README
|
|
@ -59,6 +59,10 @@ Official Contributors
|
|||
Changelog Summary
|
||||
=================
|
||||
|
||||
### v4.3.1
|
||||
|
||||
* Build failure fix.
|
||||
|
||||
### v4.3.0
|
||||
|
||||
* Now the package supports both Python2 and Python3.
|
||||
|
|
|
|||
|
|
@ -59,6 +59,10 @@ Official Contributors
|
|||
Changelog Summary
|
||||
=================
|
||||
|
||||
### v4.3.1
|
||||
|
||||
* Build failure fix.
|
||||
|
||||
### v4.3.0
|
||||
|
||||
* Now the package supports both Python2 and Python3.
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ from __future__ import absolute_import, unicode_literals
|
|||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
__version__ = "4.3.0"
|
||||
__version__ = "4.3.1"
|
||||
|
||||
__RENDER_SELECT2_STATICS = False
|
||||
__ENABLE_MULTI_PROCESS_SUPPORT = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue