Skip to content

Commit

Permalink
Prepare for 5.2.0 release (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel authored Jan 4, 2022
1 parent 4929aee commit 23eec8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Release Notes
=============

Unreleased
v5.2.0
----------
* The ``IndexMeta`` class has been removed. Now ``type(Index) == type``.
* JSON serialization support (``Model.to_json`` and ``Model.from_json``) has been added.
* The ``IndexMeta`` class has been removed. Now ``type(Index) == type`` (#998)
* JSON serialization support (``Model.to_json`` and ``Model.from_json``) has been added (#857)
* Improved type annotations for expressions and transactions (#951, #991)
* Always use Model attribute definitions in create table schema (#996)


v5.1.0
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__ = '5.1.0'
__version__ = '5.2.0'

0 comments on commit 23eec8a

Please sign in to comment.