From b503036a0dc73153e1f994e83d2bb05587553e95 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Thu, 25 Apr 2019 12:08:51 +0200 Subject: [PATCH 1/2] Fix only six's major version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e087a6d..f5aa5a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pycryptodome>=3.4 requests>=2.5,<3.0 -six~=1.10 +six>=1.10,<2.0 From 810c99327a9f6094907f20b4bae71d932dc8c72a Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Thu, 25 Apr 2019 12:16:32 +0200 Subject: [PATCH 2/2] Bump version to 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2062f8d..49320f7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="keen", - version="0.5.1", + version="0.5.2", description="Python Client for Keen IO", long_description=codecs.open(os.path.join('README.rst'), 'r', encoding='UTF-8').read(), author="Keen IO",