From ba1e18aa59b18e66ce5045b2d98c8c6151fd6d95 Mon Sep 17 00:00:00 2001 From: jpic Date: Thu, 13 Sep 2018 15:33:16 +0200 Subject: [PATCH] Release 3.3.1 [ci skip] --- CHANGELOG | 10 ++++++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6d7d3a1b6..c40ee1c37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +3.3.1 + + - Fixed a bug in the way jquery.init.js was being used by @coredumperror + - Set select2 container CSS class to :all: @hbielenia + - Added missing renderer parameter to render method for django 2.1 @monim67 + - Fix ImportError with SELECT2_TRANSLATIONS in Django 1.x @hugorodgerbrown + - Forward argument should always be a tuple @jihoon796 + - Fixed exception thrown from Select2QuerySEtView when paginate_by is set + @coredumperror + 3.3.0 - use admin statics diff --git a/docs/conf.py b/docs/conf.py index a8393dd1d..46c2771f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ # The short X.Y version. version = u'3.3' # The full version, including alpha/beta/rc tags. -release = u'3.3.0' +release = u'3.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 00427e68a..aed73bc81 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='django-autocomplete-light', - version='3.3.0', + version='3.3.1', description='Fresh autocompletes for Django', author='James Pic', author_email='jamespic@gmail.com',