From 5d937839af3e6c6961b03285fba72265b2a3193f Mon Sep 17 00:00:00 2001
From: Paul Breaux
Date: Thu, 17 Mar 2016 14:09:59 -0600
Subject: [PATCH] Bumping to new release of f5-sdk
Issues: Fixes Issue #19
Problem: Bump f5-sdk version in requirements
Analysis: Bumped
Tests:
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 9d81b1d..c9cbb7f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-f5-sdk>=0.1.1a1
+f5-sdk>=0.1.2
diff --git a/setup.py b/setup.py
index e5ec787..3daec32 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
url='https://github.com/F5Networks/f5-openstack-heat-plugins/',
keywords=['F5', 'openstack', 'heat', 'bigip', 'orchestration'],
install_requires=[
- 'f5-sdk >= 0.1.1a2'
+ 'f5-sdk >= 0.1.2'
],
packages=find_packages(
exclude=[