From 97f6372f7c859101fbc5c81bab0decb74a63ca18 Mon Sep 17 00:00:00 2001 From: Arthur Grunseid Date: Sun, 23 Oct 2016 12:26:33 -0700 Subject: [PATCH] Furl v0.5.6. --- changelog.txt | 6 ++++++ furl/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 4a60648..bc85750 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +=============================================================================== + v0.5.6 +=============================================================================== +Changed: Bumped the orderedmultidict dependency from v0.7.7 to v0.7.8. The + latter, v0.7.8, fixes a splat (i.e. **omdict) bug. + =============================================================================== v0.5.5 =============================================================================== diff --git a/furl/__init__.py b/furl/__init__.py index adaf023..94a7f51 100644 --- a/furl/__init__.py +++ b/furl/__init__.py @@ -12,7 +12,7 @@ from .furl import * __title__ = 'furl' -__version__ = '0.5.5' +__version__ = '0.5.6' __license__ = 'Unlicense' __author__ = 'Arthur Grunseid' __contact__ = 'grunseid@gmail.com'