Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
Caused by upgrade to underlying vpc-router version.
  • Loading branch information
Juergen Brendel committed Aug 17, 2017
1 parent aaf9a1d commit 01d823d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def get_readme():
install_requires = [
'etcd3==0.6.2',
'python-etcd==0.4.5',
'vpcrouter==1.4.2'
'vpcrouter==1.5.1'
],
dependency_links=[
"http://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.4.2"
dependency_links = [
"https://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.5.1"
],
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.5"
__version__ = "1.1.6"

0 comments on commit 01d823d

Please sign in to comment.