Skip to content

Commit 5541ff6

Browse files
committed
Bump to v2.2.2
1 parent 32f976a commit 5541ff6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Changes in 2.2.2 (2020-01-14)
5+
-----------------------------
6+
7+
* Fixed Django 3.0 compatibility.
8+
9+
410
Changes in 2.2.1 (2019-11-04)
511
-----------------------------
612

Diff for: private_storage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "2.2.1"
2+
__version__ = "2.2.2"

0 commit comments

Comments
 (0)