diff --git a/CHANGES b/CHANGES index f233c255..fb569498 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ CHANGELOG ========= -0.20.0 (unreleased) +0.20.0 (2017-01-27) ------------------- **New features** @@ -194,7 +194,7 @@ Many thanks to @KostyaEsmukov, @cleder, @sikmir and @seav for their contribution 0.13.0 (2014-03-26) ------------------- -* Add support of Leaflet form fields on Django >= 1.4.2 (thanks Gaël Utard) +* Add support of Leaflet form fields on Django >= 1.4.2 (thanks GaĂŤl Utard) 0.12 (2014-03-22) diff --git a/setup.py b/setup.py index 4043f20a..0ecd3cea 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='django-leaflet', - version='0.20.0.dev0', + version='0.20.0', author='Mathieu Leplatre', author_email='mathieu.leplatre@makina-corpus.com', url='https://github.com/makinacorpus/django-leaflet',