We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daabcf9 commit da1785bCopy full SHA for da1785b
docs/release_notes.rst
@@ -1,6 +1,18 @@
1
Release Notes
2
=============
3
4
+v3.3.2
5
+------
6
+
7
+:date: 2019-01-03
8
9
+This is a backwards compatible, minor release.
10
11
+Changes in this release:
12
13
+ * Built-in support for mypy type stubs, superseding those in python/typeshed. (#537)
14
15
16
v3.3.1
17
------
18
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '3.3.1'
+__version__ = '3.3.2'
0 commit comments