Skip to content

Commit

Permalink
Bump version, update changelog, and update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Nov 9, 2015
1 parent 587cd1e commit 4bba0bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

1.1.0 (unreleased)
1.1.0 (2015-11-08)
******************

Features:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def read(fname):
install_requires=REQUIREMENTS,
license=read("LICENSE"),
zip_safe=False,
keywords=('webargs', 'http', 'flask', 'django', 'bottle', 'tornado',
keywords=('webargs', 'http', 'flask', 'django', 'bottle', 'tornado', 'aiohttp',
'webapp2', 'request', 'arguments', 'parameters', 'rest', 'api', 'marshmallow'),
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
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__ = '1.1.0.dev0'
__version__ = '1.1.0'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit 4bba0bb

Please sign in to comment.