Skip to content

Commit

Permalink
Version bump to support latest version of vpcrouter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juergen Brendel committed Aug 3, 2017
1 parent e4ad82b commit 2954d2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ def get_readme():
include_package_data = True,
install_requires = [
'etcd3==0.6.2',
'vpcrouter==1.4.1'
'vpcrouter==1.4.2'
],
dependency_links=[
"http://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.4.1"
"http://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.4.2"
],
classifiers = [
'Programming Language :: Python',
Expand Down
2 changes: 1 addition & 1 deletion vpcrouter_romana_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""

__version__ = "1.1.2"
__version__ = "1.1.3"
2 changes: 1 addition & 1 deletion vpcrouter_romana_plugin/romana.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def stop(self):
logging.info("Romana watcher plugin: Stopped")

@classmethod
def add_arguments(cls, parser):
def add_arguments(cls, parser, sys_arg_list=None):
"""
Add arguments for the Romana mode to the argument parser.
Expand Down

0 comments on commit 2954d2e

Please sign in to comment.