Skip to content

Commit

Permalink
Update to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Oct 12, 2017
1 parent 1a4b1db commit 237f63f
Show file tree
Hide file tree
Showing 4 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 @@ -38,7 +38,7 @@ RUN apt-get update \
&& apt-get install -y libssl-dev libcurl4-openssl-dev bsdmainutils vim net-tools inetutils-ping \
&& apt-get install -y libssl-dev libcurl4-openssl-dev bsdmainutils \
&& pip3 install pyyaml \
&& pip3 install pfurl==1.3.6
&& pip3 install pfurl==1.3.7

COPY ./docker-entrypoint.py /dock/docker-entrypoint.py
RUN chmod 777 /dock \
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############
pfurl - v1.3.6
pfurl - v1.3.7
##############

.. image:: https://badge.fury.io/py/pfurl.svg
Expand Down
2 changes: 1 addition & 1 deletion bin/pfurl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ str_defIP = [l for l in ([ip for ip in socket.gethostbyname_ex(socket.gethostn
str_defPort = '5055'

str_name = 'pfurl'
str_version = "1.3.6"
str_version = "1.3.7"
str_desc = Colors.CYAN + """
__ _
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():

setup(
name = 'pfurl',
version = '1.3.6',
version = '1.3.7',
description = '(Python) Path-File URL comms',
long_description = readme(),
author = 'Rudolph Pienaar',
Expand Down

0 comments on commit 237f63f

Please sign in to comment.