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 28, 2015
1 parent c8cbeab commit e263d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
*********

1.0.0 (unreleased)
1.0.0 (2015-10-27)
==================

- [negotiation,path_norm] *Backwards-incompatible*: Changed signatures of ``negotiation.setup`` and ``path_norm.setup`` to be more explicit. Both now take keyword-only arguments which are the same as the module's configuration keys, except lowercased, e.g. ``setup(app, append_slash=True, merge_slashes=True)``.
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '1.0.0.dev0'
__version__ = '1.0.0'
__author__ = 'Steven Loria'
__license__ = "MIT"

Expand Down

0 comments on commit e263d3c

Please sign in to comment.