Skip to content

Commit

Permalink
Release 5.0.0 (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Jan 26, 2021
1 parent a175f43 commit b7793bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Release Notes
=============

v5.0.0b4
-------------------
v5.0.0
----------

:date: 2020-xx-xx
:date: 2020-01-26

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

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.0b4'
__version__ = '5.0.0'

0 comments on commit b7793bb

Please sign in to comment.