File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
- 3.3.0 (unreleased )
4
+ 3.3.0 (2019-12-05 )
5
5
******************
6
6
7
7
Features:
@@ -54,7 +54,8 @@ Deprecations:
54
54
55
55
Other changes:
56
56
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 `.
58
59
59
60
3.2.2 (2019-11-04)
60
61
******************
Original file line number Diff line number Diff line change 13
13
from marshmallow .exceptions import ValidationError
14
14
from distutils .version import LooseVersion
15
15
16
- __version__ = "3.2.2 "
16
+ __version__ = "3.3.0 "
17
17
__version_info__ = tuple (LooseVersion (__version__ ).version )
18
18
__all__ = [
19
19
"EXCLUDE" ,
You can’t perform that action at this time.
0 commit comments