Skip to content

Commit 610fe7a

Browse files
committed
Bump version and update changelog
1 parent bac2a40 commit 610fe7a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
3.3.0 (unreleased)
4+
3.3.0 (2019-12-05)
55
******************
66

77
Features:
@@ -54,7 +54,8 @@ Deprecations:
5454
5555
Other changes:
5656

57-
- Make mypy stricter and remove dead code (:pr:`1467`). Thanks :user:`hukkinj1`.
57+
- Fix typing for ``Number._format_num`` (:pr:`1466`). Thanks :user:`hukkinj1`.
58+
- Make mypy stricter and remove dead code (:pr:`1467`). Thanks again, :user:`hukkinj1`.
5859

5960
3.2.2 (2019-11-04)
6061
******************

src/marshmallow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from marshmallow.exceptions import ValidationError
1414
from distutils.version import LooseVersion
1515

16-
__version__ = "3.2.2"
16+
__version__ = "3.3.0"
1717
__version_info__ = tuple(LooseVersion(__version__).version)
1818
__all__ = [
1919
"EXCLUDE",

0 commit comments

Comments
 (0)