Skip to content

Commit

Permalink
20.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Apr 15, 2020
1 parent f0d8284 commit 51d903e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

20.4.2
------

Release Date: April 15th, 2020

* Fix comparison conditions (``equals``, ``not_equals``, ``gt``, ``gte``, ``lt``, ``lte`` on :py:class:`aiodynamo.expressions.F`
and :py:class:`aiodynamo.expressions.Size` via :py:meth:`aiodynamo.expressions.F.size` to support referencing other
fields (using :py:class:`aiodynamo.expressions.F`)
* Fix timeout handling in aiohttp based client.

20.4.1
------

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 = "20.4.1"
version = "20.4.2"
description = "Asyncio DynamoDB client"
authors = ["Jonas Obrist <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 51d903e

Please sign in to comment.