From: Georg Brandl Date: Fri, 31 Mar 2006 20:02:40 +0000 (+0000) Subject: Update version number to 2.5 X-Git-Tag: v2.5a1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=814727582a3f13c77b1ed704904aae7990fd728e;p=python Update version number to 2.5 --- diff --git a/Lib/urllib2.py b/Lib/urllib2.py index 0434a51ad2..c3afae6494 100644 --- a/Lib/urllib2.py +++ b/Lib/urllib2.py @@ -119,7 +119,7 @@ from urllib import (unwrap, unquote, splittype, splithost, quote, # support for FileHandler, proxies via environment variables from urllib import localhost, url2pathname, getproxies -__version__ = "2.4" +__version__ = "2.5" _opener = None def urlopen(url, data=None):