We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24e3b3 commit 72be2c0Copy full SHA for 72be2c0
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
What’s new in django-cachalot?
2
==============================
3
4
+2.3.2
5
+-----
6
+
7
+- Cast memoryview objects to bytes to be able to pickle them (#163)
8
9
2.3.1
10
-----
11
cachalot/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (2, 3, 1)
+VERSION = (2, 3, 2)
__version__ = '.'.join(map(str, VERSION))
default_app_config = 'cachalot.apps.CachalotConfig'
0 commit comments