Skip to content

Commit

Permalink
Update release notes for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Aug 13, 2019
1 parent b9704bb commit a3482b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Release Notes
=============

v4.0.0b3
v4.0.0
--------

:date: 2019-04-10

NB: This is a beta release and these notes are subject to change.

This is major release and contains breaking changes. Please read the notes below carefully.

**Requests Removal**
Expand Down Expand Up @@ -52,7 +50,8 @@ attribute names. Also keep an eye out for kwargs like ``user_id__eq=5`` or ``ema

New features in this release:

* Support for Transactions (``TransactGet`` and ``TransactWrite``) (#618)
* Support for transactions (``TransactGet`` and ``TransactWrite``) (#618)
* Support for versioned optimistic locking (#664)

Other changes in this release:

Expand All @@ -63,6 +62,7 @@ Other changes in this release:
* The ``MapAttributeMeta`` class has been removed. Now ``type(MapAttribute) == AttributeContainerMeta``.
* Removed ``LegacyBooleanAttribute`` and the read-compatibility for it in ``BooleanAttribute``.
* `None` can now be used to bootstrap condition chaining (#653)
* Allow specifying timedeltas in expressions involving TTLAttributes (#665)


v3.4.1
Expand Down
2 changes: 1 addition & 1 deletion pynamodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
__version__ = '4.0.0b3'
__version__ = '4.0.0'

0 comments on commit a3482b3

Please sign in to comment.