Skip to content

Commit

Permalink
Version bump, due to new version of vpc-router.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juergen Brendel committed Aug 23, 2017
1 parent ad77a58 commit c77b85e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

etcd3==0.6.2
python-etcd==0.4.5
vpcrouter
vpcrouter>=1.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
install_requires = [
'etcd3==0.6.2',
'python-etcd==0.4.5',
'vpcrouter>=1.7.0'
'vpcrouter>=1.7.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.8"
__version__ = "1.1.9"

0 comments on commit c77b85e

Please sign in to comment.