From 785bb02735c4dcece3430be53715afb67c2a07c5 Mon Sep 17 00:00:00 2001 From: Ansgar Grunseid Date: Mon, 28 May 2018 10:08:35 -0700 Subject: [PATCH] Furl v1.0.2. --- changelog.txt | 2 +- furl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index d8fa9e7..8fb6a28 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ ================================================================================ - v1.0.2 (unreleased) + v1.0.2 ================================================================================ Added: strip_scheme() public function. Changed: Make get_scheme() and set_scheme() functions public. diff --git a/furl/__init__.py b/furl/__init__.py index 0cfef8f..1fb40a9 100644 --- a/furl/__init__.py +++ b/furl/__init__.py @@ -13,7 +13,7 @@ from .furl import * __title__ = 'furl' -__version__ = '1.0.1' +__version__ = '1.0.2' __license__ = 'Unlicense' __author__ = 'Ansgar Grunseid' __contact__ = 'grunseid@gmail.com'