Skip to content

Commit 5957ae6

Browse files
committed
1.1.0 release
1 parent b79347b commit 5957ae6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

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

4+
Version 1.1.0 [2022-04-20]
5+
--------------------------
6+
7+
Features
8+
~~~~~~~~
9+
10+
- Added ``validity_end`` to admin list of ``Ca`` and ``Cert``
11+
12+
Changes
13+
~~~~~~~
14+
15+
- Removed test dependency on coveralls (it's defined in openwisp-utils)
16+
- Reformatted code with the latest version of the black formatter
17+
418
Version 1.0.0 [2022-02-25]
519
--------------------------
620

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

44

0 commit comments

Comments
 (0)