From d78491a1a721d24fce635a310b1f4cd6d80bd1f2 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Sun, 15 Nov 2015 17:21:19 +0100 Subject: [PATCH] Bump up version number to 1.2 --- ip2e-config.py | 4 ++-- ip2e-daemon.py | 4 ++-- ip2e-log.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ip2e-config.py b/ip2e-config.py index 3878e82..b258ac7 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: 09-11-2015 | +# Last update: 15-11-2015 | # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.1.2" +version="1.2" #Import python-modules import os diff --git a/ip2e-daemon.py b/ip2e-daemon.py index 12658e2..214d628 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: 09-11-2015 | +# Last update: 15-11-2015 | # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.1.2" +version="1.2" #Import python-modules import urllib diff --git a/ip2e-log.py b/ip2e-log.py index 5087929..daac0bb 100755 --- a/ip2e-log.py +++ b/ip2e-log.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.1.2" +version="1.2" #Import python-modules import os