Skip to content

Commit f56ecdc

Browse files
pandafynemesifier
authored andcommitted
1.0.0 release
1 parent a074eca commit f56ecdc

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
Version 1.0.0 [2022-02-25]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed `bug in admin <https://github.com/openwisp/django-x509/issues/119>`_
11+
for creating CA with blank ``key_length`` and ``digest`` fields
12+
13+
Changes
14+
~~~~~~~
15+
16+
- Dropped support for Python ``3.6``
17+
- Added support for Python ``3.8`` and ``3.9``
18+
- Added support for Django ``3.2.x`` and ``4.0.x``
19+
- Bumped ``cryptography~=36.0.0``
20+
- Bumped ``pyopenssl~=21.0.0``
21+
422
Version 0.9.4 [2021-04-14]
523
--------------------------
624

django_x509/__init__.py

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

44

0 commit comments

Comments
 (0)