Skip to content

Commit efdcf2a

Browse files
pandafynemesifier
authored andcommitted
1.1.0 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent a100c99 commit efdcf2a

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGES.rst

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
11
Changelog
22
=========
33

4-
Version 1.1.0 [unreleased]
4+
Version 1.1.0 [2024-08-16]
55
--------------------------
66

7-
WIP
7+
Changes
8+
~~~~~~~
9+
10+
- Use ``settings.DEFAULT_STORAGE_CLASS`` as base for OverwriteStorage,
11+
adapting the storage backend to project settings.
12+
13+
**Dependencies:**
14+
15+
- Bumped ``django-leaflet~=0.30.1``
16+
- Bumped ``Pillow~=10.4.0``
17+
- Bumped ``geopy~=2.4.1``
18+
- Bumped ``openwisp-utils~=1.1.0``
19+
- Added support for Python ``3.10``.
20+
- Added support for Django ``4.2``.
21+
- Dropped support for Python ``3.7``.
22+
- Dropped support for Django ``3.0.x``, ``3.1.x`` and ``4.0.x``.
23+
24+
Bugfixes
25+
~~~~~~~~
26+
27+
- Fixed an issue with deleting ``FloorPlan.image`` by using the
28+
appropriate storage backend method.
29+
- Resolved a bug causing outdoor locations to incorrectly appear in the
30+
location list when creating floorplans.
831

932
Version 1.0.1 [2022-04-20]
1033
--------------------------

django_loci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'alpha')
1+
VERSION = (1, 1, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)