Skip to content

Commit ffd71d1

Browse files
committed
Preparing release 0.22.0
1 parent d45cbf8 commit ffd71d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ CHANGELOG
33
=========
44

55

6-
0.22.0 (unreleased)
6+
0.22.0 (2017-04-06)
77
-------------------
88

99
- Set a default max zoom in leaflet.forms _setView to avoid an error.
1010
- Fix the div ids to work with admin inlines.
11-
11+
- Django 1.11 compatibility
12+
- Fix multipolyline/multipolygon and polyline/polygon not working
1213

1314
0.21.0 (2017-02-28)
1415
-------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='django-leaflet',
15-
version='0.22.0.dev0',
15+
version='0.22.0',
1616
author='Mathieu Leplatre',
1717
author_email='[email protected]',
1818
url='https://github.com/makinacorpus/django-leaflet',

0 commit comments

Comments
 (0)