Skip to content

Commit

Permalink
Bump to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 19, 2015
1 parent 95c97a7 commit e85557e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGES
=======

0.18.0a0 (XX-XX-XXXX)
---------------------
0.18.0 (19-10-2015)
-------------------

- Use errors.HttpProcessingError.message as HTTP error reason and
message #459
Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.

__version__ = '0.18.0a0'
__version__ = '0.18.0'


from . import hdrs # noqa
Expand Down

2 comments on commit e85557e

@jab
Copy link

@jab jab commented on e85557e Oct 19, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like latest release in PyPI is still 0.17.4?
https://pypi.python.org/pypi/aiohttp

@asvetlov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Thanks and sorry.

Please sign in to comment.