From 26d70143c1a4d1d4e0bb082e911ff1c623605fc4 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 20 Nov 2024 16:17:49 -0300 Subject: [PATCH] 1.1.1 release --- CHANGES.rst | 5 +++++ README.rst | 1 + django_loci/__init__.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7497250..ab25f0a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +Version 1.1.1 [2024-11-20] +-------------------------- + +- [deps] Updated django-leaflet to ~=0.31.0. + Version 1.1.0 [2024-08-16] -------------------------- diff --git a/README.rst b/README.rst index 1d8081a..fdf94f9 100644 --- a/README.rst +++ b/README.rst @@ -66,6 +66,7 @@ django-loci Python version 0.2 2.7 or >=3.4 0.3 - 0.4 >=3.6 1.0 >=3.7 +1.1 >=3.8 dev >=3.8 =========== ============== diff --git a/django_loci/__init__.py b/django_loci/__init__.py index 5616c29..5327dc4 100644 --- a/django_loci/__init__.py +++ b/django_loci/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'final') +VERSION = (1, 1, 1, 'final') __version__ = VERSION # alias