Skip to content

Commit ada4479

Browse files
author
loewis
committed
Bump required PyXML version to 0.6.5.
git-svn-id: http://svn.python.org/projects/python/trunk@27438 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 20ec55a commit ada4479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__version__ = "$Revision$".split()[-2:][0]
2222

2323

24-
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1)
24+
_MINIMUM_XMLPLUS_VERSION = (0, 6, 5)
2525

2626

2727
try:

0 commit comments

Comments
 (0)