/offlineimap/head: changeset 176

This is release 3.1.1. Fixed a typo in the manual: Tk.TKUI -> Tk.TkUI.
Noted the new version and release time in the changelog and in
version.py. Rebuilt the documentation. Feed the cats, watered the
plants, backed up /dev/null.
This commit is contained in:
jgoerzen
2002-07-24 18:46:18 +01:00
parent 6605337cb1
commit 81801f454e
7 changed files with 15 additions and 12 deletions

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP'
versionstr = "3.1.0"
revno = long('$Rev: 165 $'[6:-2])
versionstr = "3.1.1"
revno = long('$Rev: 176 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2002-07-22 15:50:14 -0500 (Mon, 22 Jul 2002) $'
datestr = '$Date: 2002-07-24 07:46:18 -0500 (Wed, 24 Jul 2002) $'
versionlist = versionstr.split(".")