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 4, 2015
1 parent 0c843dc commit d1e5d38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

0.18.0 (unreleased)
0.18.0 (2015-10-04)
*******************

Features:
Expand All @@ -11,6 +11,8 @@ Features:
* ``TornadoParser`` will parse json with ``simplejson`` if it is installed.
* ``BottleParser`` caches parsed json per-request for improved performance.

No breaking changes. Yay!

0.17.0 (2015-09-29)
*******************

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(fname):
version=__version__,
description=('A friendly library for parsing HTTP request arguments, '
'with built-in support for popular web frameworks, including '
'Flask, Django, Bottle, Tornado, Pyramid, and webapp2.'),
'Flask, Django, Bottle, Tornado, Pyramid, webapp2, and Falcon.'),
long_description=read("README.rst"),
author='Steven Loria',
author_email='sloria1@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion webargs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from webargs.core import argmap2schema, WebargsError, ValidationError
from webargs import fields

__version__ = '0.18.0dev'
__version__ = '0.18.0'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit d1e5d38

Please sign in to comment.