Skip to content

Commit 23eec8a

Browse files
authored
Prepare for 5.2.0 release (#1010)
1 parent 4929aee commit 23eec8a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/release_notes.rst

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

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

911

1012
v5.1.0

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__ = '5.1.0'
10+
__version__ = '5.2.0'

0 commit comments

Comments
 (0)