Skip to content

Commit

Permalink
Bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 15, 2018
1 parent 56e17b7 commit 829f656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGES
=======

1.0.0 (xxxx-xx-xx)
-------------------
1.0.0 (2018-01-15)
------------------

* Use fast path if quoted string does not need requoting (#154)

Expand Down
2 changes: 1 addition & 1 deletion yarl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .quoting import _Quoter, _Unquoter

__version__ = '0.18.0'
__version__ = '1.0.0'

__all__ = ('URL',)

Expand Down

0 comments on commit 829f656

Please sign in to comment.