aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-01-31 01:09:07 +0100
committerMatthias Andree <matthias.andree@gmx.de>2020-01-31 01:09:07 +0100
commit21a38e7bc3b6cf7bfc6b6056969948b639512436 (patch)
tree4f24b951d60d579606af04d644edfbf4730205c1
parent4e2e62572c51455c199485496c3fb6af5e833915 (diff)
downloadfetchmail-21a38e7bc3b6cf7bfc6b6056969948b639512436.tar.gz
fetchmail-21a38e7bc3b6cf7bfc6b6056969948b639512436.tar.bz2
fetchmail-21a38e7bc3b6cf7bfc6b6056969948b639512436.zip
fetchmailconf.py: bump version to 1.62.
-rwxr-xr-xfetchmailconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index 365ada04..3b8f8eab 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -29,7 +29,7 @@ import subprocess
from tkinter import *
from tkinter.dialog import *
-VERSION = "1.61"
+VERSION = "1.62"
MIN_PY = (2, 7, 13)
if sys.version_info < MIN_PY: