Version 4.3.1

This commit is contained in:
Nirupam Biswas 2015-04-29 01:14:11 +05:30
parent b2917fff53
commit 5f9477b664
3 changed files with 9 additions and 1 deletions

4
README
View file

@ -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.

View file

@ -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.

View file

@ -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