Skip to content

Commit da1785b

Browse files
committed
Release notes for v3.3.2
1 parent daabcf9 commit da1785b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/release_notes.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Release Notes
22
=============
33

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+
416
v3.3.1
517
------
618

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

0 commit comments

Comments
 (0)