diff --git a/CHANGES b/CHANGES index 1742eee..88ebaa3 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,11 @@ CHANGELOG ========= -2.11.0 (unreleased) +2.11.0 (2017-12-05) =================== -- Nothing changed yet. +- Django 2.0 support. +- Fix setup.py encoding error. 2.10.0 (2017-02-28) =================== diff --git a/setup.py b/setup.py index cb03562..bb18e94 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='django-geojson', - version='2.11.0.dev0', + version='2.11.0', author='Mathieu Leplatre', author_email='mathieu.leplatre@makina-corpus.com', url='https://github.com/makinacorpus/django-geojson',