Skip to content

Commit 6660ff2

Browse files
authored
Release 4.3.0 (#747)
1 parent b45f4a9 commit 6660ff2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/release_notes.rst

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
Release Notes
22
=============
33

4-
Unreleased
4+
v4.3.0
55
----------
66

7-
* Implement exponential backoff for batch writes
8-
* Avoid passing 'PROVISIONED' BillingMode for compatibility with some AWS AZs
9-
* On Python >= 3.3, use importlib instead of deprecated imp
7+
* Implement exponential backoff for batch writes (#728)
8+
* Avoid passing 'PROVISIONED' BillingMode for compatibility with some AWS AZs (#721)
9+
* On Python >= 3.3, use importlib instead of deprecated imp (#723)
10+
* Update in-memory object correctly on ``REMOVE`` update expressions (#741)
1011

1112
Contributors to this release:
1213

14+
* @hallie
15+
* @bit-bot-bit
1316
* @edholland
1417
* @reginalin
18+
* @MichelML
19+
* @timgates42
20+
* @sunaoka
21+
* @conjmurph
22+
1523

1624
v4.2.0
1725
------

pynamodb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88
__author__ = 'Jharrod LaFon'
99
__license__ = 'MIT'
10-
__version__ = '4.2.0'
10+
__version__ = '4.3.0'

0 commit comments

Comments
 (0)