From: Guido van Rossum Date: Tue, 28 May 1996 22:58:15 +0000 (+0000) Subject: bump version (sorry) X-Git-Tag: v1.4b1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa59cd73d4a69ec343c273868e8043ece7be2228;p=thirdparty%2FPython%2Fcpython.git bump version (sorry) --- diff --git a/Lib/cgi.py b/Lib/cgi.py index 550848092c9f..95e8bced68f5 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -397,7 +397,7 @@ backwards compatible and debugging classes and functions? """ -__version__ = "2.0a3" +__version__ = "2.0b1" # Imports