Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 30, 2018
1 parent 41975aa commit ce94689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
CHANGES
=======

1.2.0 (XXXX-XX-XX)
1.2.0 (2018-04-30)
------------------

* Forbid inheritance, replace __init__ with __new__ (#171)
* Forbid inheritance, replace `__init__` with `__new__` (#171)

* Support PEP-561 (provide type hinting marker) (#182)

1.1.1 (2018-02-17)
------------------
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__ = '1.1.1'
__version__ = '1.2.0'

__all__ = ('URL',)

Expand Down

0 comments on commit ce94689

Please sign in to comment.