summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-31 20:02:40 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-31 20:02:40 (GMT)
commit814727582a3f13c77b1ed704904aae7990fd728e (patch)
treecd1f90f91b0d876d34a84383032101e502c4fa65
parent54a188aed8cc8333927a679bb00eda4e25aa0cba (diff)
downloadcpython-814727582a3f13c77b1ed704904aae7990fd728e.zip
cpython-814727582a3f13c77b1ed704904aae7990fd728e.tar.gz
cpython-814727582a3f13c77b1ed704904aae7990fd728e.tar.bz2
Update version number to 2.5
-rw-r--r--Lib/urllib2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py
index 0434a51..c3afae6 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):