Skip to content

Commit 433fc04

Browse files
committed
0.31.0
1 parent 0c13b9d commit 433fc04

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES

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

5-
0.31.0 (unreleased)
5+
0.31.0 (2024-10-14)
66
-------------------
77

88
- Fix icon control.
99
- Fix JS error if with-forms does not exists #379 #380
1010
- Support Django 5.1.
1111
- Drop support for Django < 4.2.
12+
- Avoid defining imgPathElement globally #384
13+
- Remove forms dependency on 'extras' #385
14+
- Pass with_forms to leaflet_draw_i18n template #387
1215

1316
0.30.1 (2024-06-17)
1417
-------------------

setup.py

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

1616
setup(
1717
name='django-leaflet',
18-
version='0.30.2dev',
18+
version='0.31.0',
1919
author='Mathieu Leplatre',
2020
author_email='[email protected]',
2121
url='https://github.com/makinacorpus/django-leaflet',

0 commit comments

Comments
 (0)