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 Oct 20, 2015
1 parent f9e170e commit 9e4a8c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

0.4.1 (2015-10-19)
++++++++++++++++++

* Correctly pass ``dump`` parameter to ``field2parameters``.

0.4.0 (2015-10-18)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion apispec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Contains the main `APISpec` class.
"""

__version__ = '0.4.0'
__version__ = '0.4.1'
__author__ = 'Steven Loria, Josh Carp, and contributors'
__license__ = 'MIT'

Expand Down

0 comments on commit 9e4a8c9

Please sign in to comment.