Skip to content
Snippets Groups Projects
Commit 29c74ae6 authored by Johannes Hoppe's avatar Johannes Hoppe
Browse files

Fixed version number an changelog

parent 905f691e
Branches v4
Tags 4.3.2
No related merge requests found
Changelog Summary
=================
### v5.0.0
### v4.3.2
* Use `django.contrib.staticfiles.templatetags.staticfiles.static` over `django.templatetags.static.static` to allow hashing.
* Py23 unicode fixes
* Lots code refactoring and improvements.
### v4.3.1
......
......@@ -81,7 +81,7 @@ from __future__ import absolute_import, unicode_literals
import logging
logger = logging.getLogger(__name__)
__version__ = "5.0.0"
__version__ = "4.3.2"
__RENDER_SELECT2_STATICS = False
__ENABLE_MULTI_PROCESS_SUPPORT = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment