Skip to content

Commit a762e5e

Browse files
committed
Release notes for v3.3.3
1 parent 20c8cd2 commit a762e5e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/release_notes.rst

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

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+
421
v3.3.2
522
------
623

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.2'
10+
__version__ = '3.3.3'

0 commit comments

Comments
 (0)