Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 20, 2022
1 parent b79347b commit 5957ae6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

Version 1.1.0 [2022-04-20]
--------------------------

Features
~~~~~~~~

- Added ``validity_end`` to admin list of ``Ca`` and ``Cert``

Changes
~~~~~~~

- Removed test dependency on coveralls (it's defined in openwisp-utils)
- Reformatted code with the latest version of the black formatter

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

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


Expand Down

0 comments on commit 5957ae6

Please sign in to comment.