summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2009-12-17 22:30:01 +0000
committerjortel <devnull@localhost>2009-12-17 22:30:01 +0000
commit4a6a939af5525683617981851cb173854966b687 (patch)
tree6a00cbb8682586c6f5dd5762e2371d492b0c30d5
parent093d319922971a58c731daf5f317f6bebbbb2b52 (diff)
downloadsuds-4a6a939af5525683617981851cb173854966b687.tar.gz
Bump trunk to 0.3.9 beta.
-rw-r--r--python-suds.spec4
-rw-r--r--suds/__init__.py4
2 files changed, 5 insertions, 3 deletions
diff --git a/python-suds.spec b/python-suds.spec
index cdd0c20..356a9d6 100644
--- a/python-suds.spec
+++ b/python-suds.spec
@@ -2,7 +2,7 @@
Summary: A python SOAP client
Name: python-suds
-Version: 0.3.8
+Version: 0.3.9
Release: 1%{?dist}
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
License: LGPLv3+
@@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT
%doc README LICENSE
%changelog
+* Thu Dec 17 2009 jortel <jortel@redhat.com> - 0.3.9-1
+ - 0.3.9
* Wed Dec 9 2009 jortel <jortel@redhat.com> - 0.3.8-1
- Includeds Windows NTLM Transport.
- Add missing self.messages in Client.clone().
diff --git a/suds/__init__.py b/suds/__init__.py
index 2b0ec02..80b477a 100644
--- a/suds/__init__.py
+++ b/suds/__init__.py
@@ -28,8 +28,8 @@ import sys
# Project properties
#
-__version__ = '0.3.8'
-__build__="GA R627-20091217"
+__version__ = '0.3.9'
+__build__="(beta) R629-20091217"
#
# Exceptions