From 38680993b44220f27b567df5c49f85f600976a9b Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Mon, 5 Feb 2018 11:50:02 +0100 Subject: [PATCH 1/2] Preparing release 9.1.0 --- CHANGELOG.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2b5f1c2..3dc9183 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ CHANGELOG This document describes changes between each past release. -9.1.0 (unreleased) +9.1.0 (2018-02-05) ================== **Significant changes** diff --git a/setup.py b/setup.py index 8c5f3ee..55ca5ac 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ] setup(name='kinto-http', - version='9.1.0.dev0', + version='9.1.0', description='Kinto client', long_description=README, license='Apache License (2.0)', From 753e7dc9d66d90a6c5011c93073612db684a45e7 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Mon, 5 Feb 2018 15:07:34 +0100 Subject: [PATCH 2/2] Update requirements --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index e6d3bfb..0c315fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -appdirs==1.4.3 -packaging==16.8 -pyparsing==2.2.0 -requests==2.14.2 -six==1.10.0 -Unidecode==0.4.20 +certifi==2018.1.18 +chardet==3.0.4 +idna==2.6 +requests==2.18.4 +six==1.11.0 +Unidecode==1.0.22 +urllib3==1.22