summaryrefslogtreecommitdiff
path: root/suds/__init__.py
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2010-05-05 22:08:03 +0000
committerjortel <devnull@localhost>2010-05-05 22:08:03 +0000
commit104d92fc323d619116876d648195ebf93f0a82c6 (patch)
tree5eff9a6f19711cfb60699e57d1399024fef9b206 /suds/__init__.py
parent3e34e48598eba306261b4401e4735d18c1eec673 (diff)
downloadsuds-104d92fc323d619116876d648195ebf93f0a82c6.tar.gz
Search successful reply envelopes for <soapenv:Fault/> to detect cases when servers return http=200 but envelope contians a fault.
Diffstat (limited to 'suds/__init__.py')
-rw-r--r--suds/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/suds/__init__.py b/suds/__init__.py
index b403d43..12eed79 100644
--- a/suds/__init__.py
+++ b/suds/__init__.py
@@ -27,7 +27,7 @@ import sys
#
__version__ = '0.4'
-__build__="(beta) R674-20100503"
+__build__="(beta) R675-20100505"
#
# Exceptions