Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy authored and nemesifier committed Aug 16, 2024
1 parent a100c99 commit efdcf2a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
Changelog
=========

Version 1.1.0 [unreleased]
Version 1.1.0 [2024-08-16]
--------------------------

WIP
Changes
~~~~~~~

- Use ``settings.DEFAULT_STORAGE_CLASS`` as base for OverwriteStorage,
adapting the storage backend to project settings.

**Dependencies:**

- Bumped ``django-leaflet~=0.30.1``
- Bumped ``Pillow~=10.4.0``
- Bumped ``geopy~=2.4.1``
- Bumped ``openwisp-utils~=1.1.0``
- Added support for Python ``3.10``.
- Added support for Django ``4.2``.
- Dropped support for Python ``3.7``.
- Dropped support for Django ``3.0.x``, ``3.1.x`` and ``4.0.x``.

Bugfixes
~~~~~~~~

- Fixed an issue with deleting ``FloorPlan.image`` by using the
appropriate storage backend method.
- Resolved a bug causing outdoor locations to incorrectly appear in the
location list when creating floorplans.

Version 1.0.1 [2022-04-20]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion django_loci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'alpha')
VERSION = (1, 1, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit efdcf2a

Please sign in to comment.