From 6282ed0897a9152ef9efe41c0604fc6d190eedeb Mon Sep 17 00:00:00 2001 From: Gagaro Date: Mon, 13 May 2024 14:07:24 +0200 Subject: [PATCH] 4.1.0 --- CHANGES | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 5aa3831..e75984f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ CHANGELOG ========= -4.1.0 (unreleased) +4.1.0 (2024-05-13) ================== - Drop Python 3.7, Django 3.2. Support Python 3.11 and 3.12, Django 4.2 and 5.0. #123 diff --git a/setup.py b/setup.py index 991791f..ebbff95 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-geojson', - version='4.0.1dev', + version='4.1.0', author='Mathieu Leplatre', author_email='mathieu.leplatre@makina-corpus.com', url='https://github.com/makinacorpus/django-geojson',