Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Dec 27, 2020
1 parent ee7a50f commit 2f78e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
*********

0.24.0 (unreleased)
0.24.0 (2020-12-27)
===================

Deprecations/Removals:
Expand Down
2 changes: 1 addition & 1 deletion marshmallow_jsonapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .schema import Schema, SchemaOpts

__version__ = "0.23.2"
__version__ = "0.24.0"
__all__ = ("Schema", "SchemaOpts")

0 comments on commit 2f78e3a

Please sign in to comment.