Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang committed Sep 16, 2020
1 parent d24e3b3 commit 72be2c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
What’s new in django-cachalot?
==============================

2.3.2
-----

- Cast memoryview objects to bytes to be able to pickle them (#163)

2.3.1
-----

Expand Down
2 changes: 1 addition & 1 deletion cachalot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 3, 1)
VERSION = (2, 3, 2)
__version__ = '.'.join(map(str, VERSION))

default_app_config = 'cachalot.apps.CachalotConfig'

0 comments on commit 72be2c0

Please sign in to comment.