Skip to content

Commit

Permalink
Release Notes : 5.1.0 (#956)
Browse files Browse the repository at this point in the history
* 5.1.0

Co-authored-by: Garrett <garrettheel@users.noreply.github.com>
  • Loading branch information
jmphilli and garrettheel committed Jun 29, 2021
1 parent 57a1ccb commit 3d29ab4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ Release Notes
Unreleased
----------



v5.1.0
----------

:date: 2021-06-29

* Introduce ``DynamicMapAttribute`` to enable partially defining attributes on a ``MapAttribute`` (#868)
* Quality of life improvements: Type annotations, better comment, more resilient test (#934, #936, #948)
* Fix type annotation of ``is_in`` conditional expression (#947)
* Null errors should include full attribute path (#915)
* Fix type annotation of ``is_in`` conditional expression
* Fix for serializing and deserializing dates prior to year 1000
* Fix for serializing and deserializing dates prior to year 1000 (#949)


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

0 comments on commit 3d29ab4

Please sign in to comment.