]> granicus.if.org Git - python/commitdiff
Update version number to 2.5
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 20:02:40 +0000 (20:02 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 20:02:40 +0000 (20:02 +0000)
Lib/urllib2.py

index 0434a51ad218e3dbd24c368211ebf36af018e2f7..c3afae64940b970a9c4afafbbbb4817d38133875 100644 (file)
@@ -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):