Skip to content

Commit

Permalink
0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Oct 14, 2024
1 parent 0c13b9d commit 433fc04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
CHANGELOG
=========

0.31.0 (unreleased)
0.31.0 (2024-10-14)
-------------------

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

0.30.1 (2024-06-17)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='django-leaflet',
version='0.30.2dev',
version='0.31.0',
author='Mathieu Leplatre',
author_email='[email protected]',
url='https://github.com/makinacorpus/django-leaflet',
Expand Down

0 comments on commit 433fc04

Please sign in to comment.