Skip to content

Commit bc1afc3

Browse files
committed
1.3.0 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 6191d56 commit bc1afc3

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGES.rst

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
11
Changelog
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

933
Version 1.2.0 [2024-08-16]
1034
--------------------------

django_x509/__init__.py

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

44

0 commit comments

Comments
 (0)