Skip to content

Commit

Permalink
Release 4.3.0 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Jan 23, 2020
1 parent b45f4a9 commit 6660ff2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions 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
------
Expand Down
2 changes: 1 addition & 1 deletion pynamodb/__init__.py
Expand Up @@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
__version__ = '4.2.0'
__version__ = '4.3.0'

0 comments on commit 6660ff2

Please sign in to comment.