Skip to content

Commit

Permalink
Merge a507e2d into 3d4184d
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 9, 2020
2 parents 3d4184d + a507e2d commit c36d905
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 0.9.2 [2020-12-09]
--------------------------

- [deps] Pinned django-model-utils>=4.0.0,<4.1.0
- [deps] Pin cryptography to ~=3.2 because version 3.3
contains backward incompatible changes

Version 0.9.1 [2020-11-13]
--------------------------

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


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
django>=2.2,<3.2
django-model-utils>=4.0.0,<4.1.0
jsonfield>=3.1.0,<4.0.0
cryptography>=3.2,<4.0.0
cryptography~=3.2
pyopenssl>=17.5.0,<20.0.0
swapper~=1.1

0 comments on commit c36d905

Please sign in to comment.