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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa59cd73d4a69ec343c273868e8043ece7be2228;p=python bump version (sorry) --- diff --git a/Lib/cgi.py b/Lib/cgi.py index 550848092c..95e8bced68 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