Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Sep 15, 2022
1 parent 3e15e19 commit 2805f32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
Changelog
---------

3.18.0 (2022-09-15)
*******************

Features:

- Add ``Enum`` field (:pr:`2017`) and (:pr:`2044`).

Bug fixes:

- Fix typing in ``Field._serialize`` signature (:pr:`2046`).

3.17.1 (2022-08-22)
*******************

Bug fixes:

- Add return type to `fields.Email.__init__` (:pr:`2018`).
- Add return type to ``fields.Email.__init__`` (:pr:`2018`).
Thanks :user:`kkirsche` for the PR.
- Add missing type hint to IPInterface __init__ (:pr:`2036`).

Expand Down
2 changes: 1 addition & 1 deletion src/marshmallow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from . import fields

__version__ = "3.17.1"
__version__ = "3.18.0"
__parsed_version__ = Version(__version__)
__version_info__: tuple[int, int, int] | tuple[
int, int, int, str, int
Expand Down

0 comments on commit 2805f32

Please sign in to comment.