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