Skip to content

Commit a3d2b4c

Browse files
committed
1.0.1 release
1 parent 7c953c6 commit a3d2b4c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

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

4+
Version 1.0.1 [2022-04-20]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Updated Pillow to ~=9.1.0 to fix a security CVE
11+
- Fixed channels deprecation warning
12+
413
Version 1.0.0 [2022-02-25]
514
--------------------------
615

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

44

0 commit comments

Comments
 (0)