diff --git a/CHANGES b/CHANGES index 62e6ac1..5083b72 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ CHANGELOG ========= +3.2.0 (unreleased) +================== + +- + 3.1.0 (2020-10-27) ================== diff --git a/setup.py b/setup.py index 4e035e3..7f83de5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='django-geojson', - version='3.1.0', + version='3.2.0.dev', author='Mathieu Leplatre', author_email='mathieu.leplatre@makina-corpus.com', url='https://github.com/makinacorpus/django-geojson',