mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-19 01:51:06 +00:00
v2.3.2
This commit is contained in:
parent
d24e3b37ca
commit
72be2c07b3
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (2, 3, 1)
|
||||
VERSION = (2, 3, 2)
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
|
||||
default_app_config = 'cachalot.apps.CachalotConfig'
|
||||
|
|
|
|||
Loading…
Reference in a new issue