Skip to content

Commit def3f1d

Browse files
committed
Merge pull request #480 from pjbreaux/bump_release_1_0_7
Bump release to 0.1.7
2 parents a03cb7c + 0435627 commit def3f1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

f5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
__version__ = '0.1.6'
15+
__version__ = '0.1.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author_email='f5_common_python@f5.com',
3131
url='https://github.com/F5Networks/f5-common-python',
3232
keywords=['F5', 'sdk', 'api', 'icontrol', 'bigip', 'api', 'ltm'],
33-
install_requires=['f5-icontrol-rest >= 1.0.6', 'future'],
33+
install_requires=['f5-icontrol-rest >= 1.0.7'],
3434
packages=find_packages(
3535
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
3636
),

0 commit comments

Comments
 (0)