File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Version 1.2.0 [Unreleased ]
4+ Version 1.2.0 [2025-10-23 ]
55--------------------------
66
7- Work in progress.
7+ Changes
8+ ~~~~~~~
9+
10+ Dependencies
11+ ++++++++++++
12+
13+ - Bumped ``django-organizations>=2.5.0,<2.6.0 ``.
14+ - Bumped ``django-extensions>=3.2,<4.2 ``.
15+ - Bumped ``django-allauth[socialaccount]>=65.12.0,<65.13.0 ``.
16+ - Bumped ``django-phonenumber-field>=8.1.0,<8.2.0 ``.
17+ - Bumped ``phonenumbers>=9.0.10,<9.1.0 ``.
18+ - Bumped ``openwisp-utils[rest,celery]~=1.2.0 ``.
19+ - Removed ``coveralls `` in favor of ``coverage `` package.
20+ - Added support for Django ``5.x ``.
21+ - Dropped support for Django ``3.2.0 `` and Django ``4.1.0 ``.
22+ - Added support for Python ``3.11 ``, ``3.12 ``, and ``3.13 ``.
23+ - Dropped support for Python ``3.8 ``.
824
925Version 1.1.0 [2024-11-20]
1026--------------------------
Original file line number Diff line number Diff line change 1- VERSION = (1 , 2 , 0 , "alpha " )
1+ VERSION = (1 , 2 , 0 , "final " )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments