From e4ad82b083e4de7d12b20b3503a32d38ae15b948 Mon Sep 17 00:00:00 2001 From: Juergen Brendel Date: Mon, 31 Jul 2017 16:29:51 +1200 Subject: [PATCH] Version bump to get latest version of vpcrouter. --- setup.py | 4 ++-- vpcrouter_romana_plugin/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4e3b102..12753c1 100644 --- a/setup.py +++ b/setup.py @@ -50,10 +50,10 @@ def get_readme(): include_package_data = True, install_requires = [ 'etcd3==0.6.2', - 'vpcrouter==1.4.0' + 'vpcrouter==1.4.1' ], dependency_links=[ - "http://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.4.0" + "http://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.4.1" ], classifiers = [ 'Programming Language :: Python', diff --git a/vpcrouter_romana_plugin/__init__.py b/vpcrouter_romana_plugin/__init__.py index 175b575..f4aa21a 100644 --- a/vpcrouter_romana_plugin/__init__.py +++ b/vpcrouter_romana_plugin/__init__.py @@ -15,4 +15,4 @@ """ -__version__ = "1.1.1" +__version__ = "1.1.2"