Skip to content

Commit b29269c

Browse files
committed
Release 0.12.2
1 parent 89e779b commit b29269c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ CHANGES
44

55
.. towncrier release notes start
66
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+
712
0.12.1 (2023-04-23)
813
===================
914

aiocache/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .backends.memory import SimpleMemoryCache
55
from .base import BaseCache
66

7-
__version__ = "0.12.1"
7+
__version__ = "0.12.2"
88

99
logger = logging.getLogger(__name__)
1010

0 commit comments

Comments
 (0)