Skip to content

Commit

Permalink
Using new vpcrouter version.
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
Juergen Brendel committed Aug 18, 2017
1 parent 01d823d commit 225b714
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADD . /code
WORKDIR /code
RUN apt-get update && apt-get -y upgrade && \
apt-get install -y wget g++ libc-dev python-dev python-setuptools && \
apt-get install -y netbase && \
apt-get install -y netbase procps iputils-ping && \
apt-mark manual python-minimal python-pkg-resources python2.7 python2.7-minimal && \
python setup.py install && \
apt-get purge -y wget g++ libc-dev python-dev python-setuptools && \
Expand Down
4 changes: 2 additions & 2 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.5.1'
'vpcrouter==1.6.2'
],
dependency_links = [
"https://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.5.1"
"https://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.6.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.6"
__version__ = "1.1.7"

0 comments on commit 225b714

Please sign in to comment.