From 0815b481095276913a89626caac4345f9a73b8e0 Mon Sep 17 00:00:00 2001 From: jpic Date: Wed, 19 Sep 2018 13:54:30 +0200 Subject: [PATCH] Release 3.3.2 --- CHANGELOG | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c40ee1c37..b4c47f928 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +3.3.2 django.contrib.admin fix static files by @coredumperror + 3.3.1 - Fixed a bug in the way jquery.init.js was being used by @coredumperror diff --git a/setup.py b/setup.py index aed73bc81..b94bcfc08 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='django-autocomplete-light', - version='3.3.1', + version='3.3.2', description='Fresh autocompletes for Django', author='James Pic', author_email='jamespic@gmail.com',