Skip to content

Commit fed09c9

Browse files
committed
0.9.0 release
1 parent e2422e0 commit fed09c9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 0.9.0 [2020-09-18]
5+
--------------------------
6+
7+
Changes
8+
~~~~~~~
9+
10+
- Models: updated ``max_length`` of ``common_name`` (``Ca`` and ``Cert``)
11+
to from ``63`` to ``64``, following conventions about maximum length of
12+
common names and hostnames
13+
414
Version 0.8.0 [2020-08-18]
515
--------------------------
616

@@ -15,7 +25,7 @@ Changes
1525

1626
- **Breaking change**: systems using django-x509 as a library must set ``DJANGO_X509_CA_MODEL``
1727
& ``DJANGO_X509_CERT_MODEL`` values in their settings.py when upgrading or an exception like the following one will be raised:
18-
28+
1929
``django.core.exceptions.ImproperlyConfigured: Could not find django_x509.Ca!``
2030
- Added support for django 3.1
2131
- Added support for cryptography 3.0.0

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, 8, 0, 'final')
1+
VERSION = (0, 9, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)