diff --git a/changelog.txt b/changelog.txt index a2d5895..4f88f1b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ ================================================================================ - v1.1 (unreleased) + v1.1 ================================================================================ Fixed: Support and preserve all query strings as provided. For example, preserve the query '&&==' of 'http://foo.com?&&==' as-is. Empty key=value pairs are diff --git a/furl/__init__.py b/furl/__init__.py index 1fb40a9..ae74c7e 100644 --- a/furl/__init__.py +++ b/furl/__init__.py @@ -13,7 +13,7 @@ from .furl import * __title__ = 'furl' -__version__ = '1.0.2' +__version__ = '1.1' __license__ = 'Unlicense' __author__ = 'Ansgar Grunseid' __contact__ = 'grunseid@gmail.com'