Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Feb 25, 2022
1 parent a074eca commit f56ecdc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

Version 1.0.0 [2022-02-25]
--------------------------

Bugfixes
~~~~~~~~

- Fixed `bug in admin <https://github.com/openwisp/django-x509/issues/119>`_
for creating CA with blank ``key_length`` and ``digest`` fields

Changes
~~~~~~~

- Dropped support for Python ``3.6``
- Added support for Python ``3.8`` and ``3.9``
- Added support for Django ``3.2.x`` and ``4.0.x``
- Bumped ``cryptography~=36.0.0``
- Bumped ``pyopenssl~=21.0.0``

Version 0.9.4 [2021-04-14]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion django_x509/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 9, 4, 'final')
VERSION = (1, 0, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit f56ecdc

Please sign in to comment.