Skip to content

Commit 3d29ab4

Browse files
Release Notes : 5.1.0 (#956)
* 5.1.0 Co-authored-by: Garrett <[email protected]>
1 parent 57a1ccb commit 3d29ab4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/release_notes.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ Release Notes
44
Unreleased
55
----------
66

7+
8+
9+
v5.1.0
10+
----------
11+
12+
:date: 2021-06-29
13+
14+
* Introduce ``DynamicMapAttribute`` to enable partially defining attributes on a ``MapAttribute`` (#868)
15+
* Quality of life improvements: Type annotations, better comment, more resilient test (#934, #936, #948)
16+
* Fix type annotation of ``is_in`` conditional expression (#947)
717
* Null errors should include full attribute path (#915)
8-
* Fix type annotation of ``is_in`` conditional expression
9-
* Fix for serializing and deserializing dates prior to year 1000
18+
* Fix for serializing and deserializing dates prior to year 1000 (#949)
1019

1120

1221
v5.0.3

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.0.3'
10+
__version__ = '5.1.0'

0 commit comments

Comments
 (0)