aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-01-24 23:40:56 +0000
committerMatthias Andree <matthias.andree@gmx.de>2020-01-24 23:40:56 +0000
commit476c66d2ce7900282344f735a9ee2aae081f72ab (patch)
treeb3e2ed4eb2b8d46ddd55666bce1a11cd3e0caf7a /fetchmailconf.py
parent186d4c1115434be1277119998a0d3a506a47f9f5 (diff)
downloadfetchmail-476c66d2ce7900282344f735a9ee2aae081f72ab.tar.gz
fetchmail-476c66d2ce7900282344f735a9ee2aae081f72ab.tar.bz2
fetchmail-476c66d2ce7900282344f735a9ee2aae081f72ab.zip
fetchmailconf: Bump version to 1.61.
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-xfetchmailconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index eebe4a82..052e3fcd 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -29,7 +29,7 @@ import subprocess
from tkinter import *
from tkinter.dialog import *
-VERSION = "1.60"
+VERSION = "1.61"
MIN_PY = (2, 7, 13)
if sys.version_info < MIN_PY: