Skip to content

Commit 9e93cd5

Browse files
Release v0.8.2 (#397)
1 parent 1f478d1 commit 9e93cd5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ CHANGES
44

55
.. towncrier release notes start
66
7+
0.8.2 (2024-05-07)
8+
==================
9+
- Fix a static typing error with ``Client.get()``.
10+
711
0.8.1 (2023-02-10)
812
==================
913
- Add ``conn_args`` to ``Client`` to allow TLS and other options when connecting to memcache.

aiomcache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
__all__ = ("Client", "ClientException", "FlagClient", "ValidationException")
1616

17-
__version__ = "0.8.1"
17+
__version__ = "0.8.2"

0 commit comments

Comments
 (0)