Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 3, 2016
1 parent a3a93cf commit 0b01b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGES
=======

0.8.0 (2016-12-03)
------------------

* Support more verbose error messages in `.with_query()` #24

* Don't percent-encode `@` and `:` in path #32
Expand Down
2 changes: 1 addition & 1 deletion yarl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from .quoting import quote as _quote, unquote as _unquote

__version__ = '0.7.1'
__version__ = '0.8.0'

__all__ = ['URL']

Expand Down

0 comments on commit 0b01b34

Please sign in to comment.