Skip to content

Commit

Permalink
22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Sep 20, 2022
1 parent bda8d5b commit 3cbf4d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/akawasaki>`_.
* Fixed support for exceptions when using dynamodb-local thanks to `@aclemons <https://github.com/aclemons>`_.

22.8
----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiodynamo"
version = "22.8"
version = "22.9"
description = "Asyncio DynamoDB client"
authors = ["Jonas Obrist <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3cbf4d8

Please sign in to comment.