Skip to content

Commit 0435627

Browse files
author
Paul Breaux
committed
Bump release to 0.1.7
Issues: Fixes #479 Problem: Need to produce a new release for 0.1.7 of f5-common-python Analysis: Bumped release to 0.1.7 and required f5-icontrol-rest version to 1.0.7 Tests: All tests pass
1 parent a03cb7c commit 0435627

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)