Bump up version number to 1.3

This commit is contained in:
clamsawd 2015-11-22 10:42:29 +01:00
parent f8d8c5865e
commit 9b61599699
3 changed files with 6 additions and 6 deletions

View File

@ -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: 15-11-2015 |
# Last update: 22-11-2015 |
# |
# Compatible with Python 3.x |
# --------------------------------------------------------------
version="1.2"
version="1.3"
#Import python-modules
import os

View File

@ -5,11 +5,11 @@
# ip2e (IP to email) - Run ip2e daemon. |
# Created by clamsawd (clamsawd@openmailbox.org) |
# Licensed by GPL v.3 |
# Last update: 15-11-2015 |
# Last update: 22-11-2015 |
# |
# Compatible with Python 3.x |
# --------------------------------------------------------------
version="1.2"
version="1.3"
#Import python-modules
import urllib

View File

@ -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: 09-11-2015 |
# Last update: 22-11-2015 |
# |
# Compatible with Python 3.x |
# --------------------------------------------------------------
version="1.2"
version="1.3"
#Import python-modules
import os