Skip to content

Commit e099134

Browse files
committed
Release 0.24.0
1 parent 782615f commit e099134

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
CHANGELOG
33
=========
44

5-
0.24.0 (unreleased)
5+
0.24.0 (2018-06-07)
66
-------------------
77

8+
- Updated Leaflet to 1.3.1
89

910
0.23.0 (2017-11-28)
1011
-------------------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See the `documentation <https://django-leaflet.readthedocs.io/en/latest/>`_ for
77
*django-leaflet* allows you to use `Leaflet <http://leafletjs.com>`_
88
in your `Django <https://www.djangoproject.com>`_ projects.
99

10-
It embeds Leaflet version *1.0.3*.
10+
It embeds Leaflet version *1.3.1*.
1111

1212
.. image:: https://readthedocs.org/projects/django-leaflet/badge/?version=latest
1313
:target: http://django-leaflet.readthedocs.io/en/latest/?badge=latest

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.24.0.dev0',
15+
version='0.24.0',
1616
author='Mathieu Leplatre',
1717
author_email='[email protected]',
1818
url='https://github.com/makinacorpus/django-leaflet',

0 commit comments

Comments
 (0)