From 829f6568916f9f3219a940720bee65103ca591c2 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 15 Jan 2018 14:50:00 +0200 Subject: [PATCH] Bump to 1.0 --- CHANGES.rst | 4 ++-- yarl/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3ffb050e8..dc1d91f50 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) diff --git a/yarl/__init__.py b/yarl/__init__.py index 51cab94c7..1975b3168 100644 --- a/yarl/__init__.py +++ b/yarl/__init__.py @@ -10,7 +10,7 @@ from .quoting import _Quoter, _Unquoter -__version__ = '0.18.0' +__version__ = '1.0.0' __all__ = ('URL',)