Skip to content

Commit 72be2c0

Browse files
v2.3.2
1 parent d24e3b3 commit 72be2c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
What’s new in django-cachalot?
22
==============================
33

4+
2.3.2
5+
-----
6+
7+
- Cast memoryview objects to bytes to be able to pickle them (#163)
8+
49
2.3.1
510
-----
611

cachalot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 3, 1)
1+
VERSION = (2, 3, 2)
22
__version__ = '.'.join(map(str, VERSION))
33

44
default_app_config = 'cachalot.apps.CachalotConfig'

0 commit comments

Comments
 (0)