Skip to content

Commit aed968d

Browse files
authored
Update release notes for 4.0.0b3 (#659)
1 parent 78db9e2 commit aed968d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/release_notes.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes
22
=============
33

4-
v4.0.0b2
4+
v4.0.0b3
55
--------
66

77
:date: 2019-04-10
@@ -40,6 +40,10 @@ When upgrading, pay special attention to use of ``**filters`` and ``**expected_v
4040
attribute names. Also keep an eye out for kwargs like ``user_id__eq=5`` or ``email__null=True``, which are no longer supported. If you're not already using
4141
``mypy`` to type check your code, it can help you catch cases like these.
4242

43+
New features in this release:
44+
45+
* Support for Transactions (``TransactGet`` and ``TransactWrite``) (#618)
46+
4347
Other changes in this release:
4448

4549
* Python 2.6 is no longer supported. 4.x.x will be the last major release to support Python 2.7 given the upcoming EOL.

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.0.0b2'
10+
__version__ = '4.0.0b3'

0 commit comments

Comments
 (0)