From 73306ee302be5ea3dc8f29f030c0dad9b93ae30c Mon Sep 17 00:00:00 2001 From: tifayuki Date: Thu, 1 Dec 2016 14:06:18 -0800 Subject: [PATCH] update sdk and bump version --- haproxy/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy/__init__.py b/haproxy/__init__.py index e4adfb8..f49459c 100644 --- a/haproxy/__init__.py +++ b/haproxy/__init__.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1" diff --git a/requirements.txt b/requirements.txt index 37f99f0..fb41bc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ requests==2.7.0 six==1.9.0 websocket-client==0.37.0 docker-compose==1.6.0 -python-dockercloud==1.0.5 +python-dockercloud==1.0.9 gevent==1.1.1 \ No newline at end of file