From 6660ff23d1e6ccb1a030e2b0e10c9f6c9ccdbf0c Mon Sep 17 00:00:00 2001 From: Garrett Date: Thu, 23 Jan 2020 12:58:24 -0500 Subject: [PATCH] Release 4.3.0 (#747) --- docs/release_notes.rst | 16 ++++++++++++---- pynamodb/__init__.py | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index d222824ec..b45fec82b 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,17 +1,25 @@ Release Notes ============= -Unreleased +v4.3.0 ---------- -* Implement exponential backoff for batch writes -* Avoid passing 'PROVISIONED' BillingMode for compatibility with some AWS AZs -* On Python >= 3.3, use importlib instead of deprecated imp +* Implement exponential backoff for batch writes (#728) +* Avoid passing 'PROVISIONED' BillingMode for compatibility with some AWS AZs (#721) +* On Python >= 3.3, use importlib instead of deprecated imp (#723) +* Update in-memory object correctly on ``REMOVE`` update expressions (#741) Contributors to this release: +* @hallie +* @bit-bot-bit * @edholland * @reginalin +* @MichelML +* @timgates42 +* @sunaoka +* @conjmurph + v4.2.0 ------ diff --git a/pynamodb/__init__.py b/pynamodb/__init__.py index 432bf0c58..f1b7f1ace 100644 --- a/pynamodb/__init__.py +++ b/pynamodb/__init__.py @@ -7,4 +7,4 @@ """ __author__ = 'Jharrod LaFon' __license__ = 'MIT' -__version__ = '4.2.0' +__version__ = '4.3.0'