From 86c3d86941e5aae4a3d59450de29333c900698e7 Mon Sep 17 00:00:00 2001 From: Gagaro Date: Mon, 25 Oct 2021 12:19:02 +0200 Subject: [PATCH] 0.28.2 --- CHANGES | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index df0c404..0c46ab6 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ CHANGELOG ========= -0.28.2 (unreleased) +0.28.2 (2021-10-25) ------------------- - Fix field_store_class usage in map template. diff --git a/setup.py b/setup.py index a333186..ced9bf5 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='django-leaflet', - version='0.28.2.dev', + version='0.28.2', author='Mathieu Leplatre', author_email='mathieu.leplatre@makina-corpus.com', url='https://github.com/makinacorpus/django-leaflet',