Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Dec 6, 2019
1 parent bac2a40 commit 610fe7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

3.3.0 (unreleased)
3.3.0 (2019-12-05)
******************

Features:
Expand Down Expand Up @@ -54,7 +54,8 @@ Deprecations:
Other changes:

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

3.2.2 (2019-11-04)
******************
Expand Down
2 changes: 1 addition & 1 deletion src/marshmallow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from marshmallow.exceptions import ValidationError
from distutils.version import LooseVersion

__version__ = "3.2.2"
__version__ = "3.3.0"
__version_info__ = tuple(LooseVersion(__version__).version)
__all__ = [
"EXCLUDE",
Expand Down

0 comments on commit 610fe7a

Please sign in to comment.