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',