Skip to content

Commit a507e2d

Browse files
committed
0.9.2 release
1 parent 98bf765 commit a507e2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

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

4+
Version 0.9.2 [2020-12-09]
5+
--------------------------
6+
7+
- [deps] Pinned django-model-utils>=4.0.0,<4.1.0
8+
- [deps] Pin cryptography to ~=3.2 because version 3.3
9+
contains backward incompatible changes
10+
411
Version 0.9.1 [2020-11-13]
512
--------------------------
613

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

44

0 commit comments

Comments
 (0)