diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-24 23:40:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-24 23:40:56 +0000 |
commit | 476c66d2ce7900282344f735a9ee2aae081f72ab (patch) | |
tree | b3e2ed4eb2b8d46ddd55666bce1a11cd3e0caf7a /fetchmailconf.py | |
parent | 186d4c1115434be1277119998a0d3a506a47f9f5 (diff) | |
download | fetchmail-476c66d2ce7900282344f735a9ee2aae081f72ab.tar.gz fetchmail-476c66d2ce7900282344f735a9ee2aae081f72ab.tar.bz2 fetchmail-476c66d2ce7900282344f735a9ee2aae081f72ab.zip |
fetchmailconf: Bump version to 1.61.
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-x | fetchmailconf.py | 2 |
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: |