Skip to content

Commit a43f1eb

Browse files
committed
Bump version to 1.0.2
1 parent 5527504 commit a43f1eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
History
44
-------
55

6+
1.0.2 (2022-01-07)
7+
++++++++++++++++++
8+
9+
* Improve performance for file selection in MessageModelList via 'prefetch_related'
10+
* Split consumers.py into separate files for better readability & add strong typing
11+
* Fix typo for ErrorOccured
12+
* Fix readme
13+
614
1.0.1 (2021-12-23)
715
++++++++++++++++++
816

django_private_chat2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1'
1+
__version__ = '1.0.2'

0 commit comments

Comments
 (0)