Skip to content

Commit 51d903e

Browse files
committed
20.4.2
1 parent f0d8284 commit 51d903e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
20.4.2
5+
------
6+
7+
Release Date: April 15th, 2020
8+
9+
* Fix comparison conditions (``equals``, ``not_equals``, ``gt``, ``gte``, ``lt``, ``lte`` on :py:class:`aiodynamo.expressions.F`
10+
and :py:class:`aiodynamo.expressions.Size` via :py:meth:`aiodynamo.expressions.F.size` to support referencing other
11+
fields (using :py:class:`aiodynamo.expressions.F`)
12+
* Fix timeout handling in aiohttp based client.
13+
414
20.4.1
515
------
616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiodynamo"
3-
version = "20.4.1"
3+
version = "20.4.2"
44
description = "Asyncio DynamoDB client"
55
authors = ["Jonas Obrist <jonas.obrist@hennge.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)