File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed
Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Version 1.3.0 [Unreleased ]
4+ Version 1.3.0 [2025-10-23 ]
55--------------------------
66
7- Work in progress.
7+ Changes
8+ ~~~~~~~
9+
10+ Other changes
11+ +++++++++++++
12+
13+ - Fixed the URL structure for downloading CA's CRL `#147
14+ <https://github.com/openwisp/django-x509/pull/147> `_.
15+
16+ Dependencies
17+ ++++++++++++
18+
19+ - Bumped ``cryptography~=46.0.3 ``.
20+ - Bumped ``pyOpenSSL~=25.3.0 ``.
21+ - Bumped ``openwisp-utils~=1.2.0 ``.
22+ - Added support for Django ``5.x ``.
23+ - Added support for Python ``3.11 ``, ``3.12 ``, and ``3.13 ``.
24+ - Dropped support for Django ``3.2 `` and ``4.1 ``.
25+ - Dropped support for Python ``3.8 ``.
26+
27+ Bugfixes
28+ ~~~~~~~~
29+
30+ - Avoided redundant SQL write query during CA/Cert creation `#120
31+ <https://github.com/openwisp/django-x509/issues/120> `_.
832
933Version 1.2.0 [2024-08-16]
1034--------------------------
Original file line number Diff line number Diff line change 1- VERSION = (1 , 3 , 0 , "alpha " )
1+ VERSION = (1 , 3 , 0 , "final " )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments