Skip to content

Commit

Permalink
Release notes for v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Jan 3, 2019
1 parent daabcf9 commit da1785b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
=============

v3.3.2
------

:date: 2019-01-03

This is a backwards compatible, minor release.

Changes in this release:

* Built-in support for mypy type stubs, superseding those in python/typeshed. (#537)


v3.3.1
------

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__ = '3.3.1'
__version__ = '3.3.2'

0 comments on commit da1785b

Please sign in to comment.