diff --git a/CHANGELOG b/CHANGELOG index fe17d1c3..aa84debb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +3.12.1-rc2 + + d33afb9 We're going for solution 0 friends! by jpic 3.12.1-rc1 3.12.0 diff --git a/setup.py b/setup.py index a1d48c8a..0231abc6 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='django-autocomplete-light', - version='3.12.1-rc1', + version='3.12.1-rc2', description='Fresh autocompletes for Django', author='James Pic', author_email='jamespic@gmail.com',