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 Apr 26, 2018
1 parent d5d9cb2 commit 251bff3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
---------

2.15.1 (2018-04-25)
+++++++++++++++++++

Bug fixes:

- Fix behavior when an empty list is passed as the ``only`` argument
(:issue:`772`). Thanks :user:`deckar01` for reporting and thanks
:user:`lafrech` for the fix.

2.15.0 (2017-12-02)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion marshmallow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from marshmallow.utils import pprint, missing
from marshmallow.exceptions import ValidationError

__version__ = '2.15.0'
__version__ = '2.15.1'
__author__ = 'Steven Loria'

__all__ = [
Expand Down

0 comments on commit 251bff3

Please sign in to comment.