We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c8cd2 commit a762e5eCopy full SHA for a762e5e
docs/release_notes.rst
@@ -1,6 +1,23 @@
1
Release Notes
2
=============
3
4
+v3.3.3
5
+------
6
+
7
+:date: 2019-01-15
8
9
+This is a backwards compatible, minor release.
10
11
+Fixes in this release:
12
13
+ * Legacy boolean attribute migration fix. (#538)
14
+ * Correctly package type stubs. (#585)
15
16
+Contributors to this release:
17
18
+ * @vo-va
19
20
21
v3.3.2
22
------
23
pynamodb/__init__.py
@@ -7,4 +7,4 @@
"""
__author__ = 'Jharrod LaFon'
__license__ = 'MIT'
-__version__ = '3.3.2'
+__version__ = '3.3.3'
0 commit comments