From 3cbf4d859be01283e0ef6c92bc275870fb4d08f0 Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Tue, 20 Sep 2022 17:36:12 +0900 Subject: [PATCH] 22.9 --- docs/changelog.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5fa45a3..8fc0734 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +22.9 +---- + +Release Date: September 20th, 2022 + +* Updated minimum supported mypy version to 0.971, fixing some typing issues thanks to `@akawasaki `_. +* Fixed support for exceptions when using dynamodb-local thanks to `@aclemons `_. + 22.8 ---- diff --git a/pyproject.toml b/pyproject.toml index 15c6f87..581eb5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiodynamo" -version = "22.8" +version = "22.9" description = "Asyncio DynamoDB client" authors = ["Jonas Obrist "] license = "Apache-2.0"