We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e779b commit b29269cCopy full SHA for b29269c
CHANGES.rst
@@ -4,6 +4,11 @@ CHANGES
4
5
.. towncrier release notes start
6
7
+0.12.2 (2023-08-06)
8
+===================
9
+
10
+* Fixed an error when the ``pairs`` argument to ``.multi_set()`` doesn't support ``len()``.
11
12
0.12.1 (2023-04-23)
13
===================
14
aiocache/__init__.py
@@ -4,7 +4,7 @@
from .backends.memory import SimpleMemoryCache
from .base import BaseCache
-__version__ = "0.12.1"
+__version__ = "0.12.2"
logger = logging.getLogger(__name__)
0 commit comments