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 Aug 22, 2015
1 parent 41cee93 commit 5001d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
---------

0.15.0 (unreleased)
0.15.0 (2015-08-22)
*******************

Changes:

* If a parsed argument is ``None``, the type conversion is not called :issue:`54`. Thanks :user:`marcellarius`.
* If a parsed argument is ``None``, the type conversion function is not called :issue:`54`. Thanks :user:`marcellarius`.

Bug fixes:

Expand Down
2 changes: 1 addition & 1 deletion webargs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from webargs.core import Arg, WebargsError, ValidationError, RequiredArgMissingError, Missing

__version__ = '0.15.0-dev'
__version__ = '0.15.0'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit 5001d30

Please sign in to comment.