From 21a38e7bc3b6cf7bfc6b6056969948b639512436 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 31 Jan 2020 01:09:07 +0100 Subject: fetchmailconf.py: bump version to 1.62. --- fetchmailconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3