From a65b2367f519fa418166f3bc71b03b23fcb4be93 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Sat, 20 Feb 2016 17:04:54 +0100 Subject: [PATCH] Bump up version number to 1.3.2 --- ip2e-config.py | 4 ++-- ip2e-daemon.py | 4 ++-- ip2e-log.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ip2e-config.py b/ip2e-config.py index 3bf99ee..b8c36f0 100755 --- a/ip2e-config.py +++ b/ip2e-config.py @@ -5,11 +5,11 @@ # ip2e (IP to email) - Create the configuration file. | # Created by clamsawd (clamsawd@openmailbox.org) | # Licensed by GPL v.3 | -# Last update: 16-02-2016 | +# Last update: 20-02-2016 | # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.3.1" +version="1.3.2" #Import python-modules import os diff --git a/ip2e-daemon.py b/ip2e-daemon.py index feed2f3..31236d0 100755 --- a/ip2e-daemon.py +++ b/ip2e-daemon.py @@ -5,11 +5,11 @@ # ip2e (IP to email) - Run ip2e daemon. | # Created by clamsawd (clamsawd@openmailbox.org) | # Licensed by GPL v.3 | -# Last update: 16-02-2016 | +# Last update: 20-02-2016 | # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.3.1" +version="1.3.2" #Import python-modules import urllib diff --git a/ip2e-log.py b/ip2e-log.py index 2100957..b42d82c 100755 --- a/ip2e-log.py +++ b/ip2e-log.py @@ -5,11 +5,11 @@ # ip2e (IP to email) - See the log file. | # Created by clamsawd (clamsawd@openmailbox.org) | # Licensed by GPL v.3 | -# Last update: 16-02-2016 | +# Last update: 20-02-2016 | # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.3.1" +version="1.3.2" #Import python-modules import os