diff --git a/CHANGES.txt b/CHANGES.txt index aca575a..a76cf56 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,7 +4,7 @@ CHANGELOG 0.12.4 (unreleased) ------------------- -- Nothing changed yet. +- Credits 0.12.3 (2011-02-21) diff --git a/README.txt b/README.txt index c3c87d3..13d8472 100644 --- a/README.txt +++ b/README.txt @@ -2,26 +2,38 @@ SOAPpy - Simple to use SOAP library for Python ============================================== -Current Maintainers: +Credits +======== +Companies +--------- +|makinacom|_ - - Gregory R. Warnes - - Mathieu Le Marec - Pasquet + * `Planet Makina Corpus `_ + * `Contact us `_ -Original Authors: +.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif +.. _makinacom: http://www.makina-corpus.com - - Cayce Ullman - - Brian Matthews - -Contributions by: - - - Christopher Blunck - - Brad Knotwell - - Mark Bucciarelli (ported WSDL client from ZSI) - - Ivan R. Judson (Globus support) - - Kirk Strauser - - Antonio Beamud Montero (patches for integrating SOAPpy into Zope) - - And others. +Authors +------------ +- Cayce Ullman +- Brian Matthews +- Gregory R. Warnes +- Makina Corpus +- Mathieu Le Marec - Pasquet + +Contributors +---------------- +- Christopher Blunck +- Brad Knotwell +- Mark Bucciarelli (ported WSDL client from ZSI) +- Ivan R. Judson (Globus support) +- Kirk Strauser +- Antonio Beamud Montero (patches for integrating SOAPpy into Zope) +- And others. + +Copyright (c) 20011 Makina Corpus Copyright (c) 2002-2005, Pfizer, Inc. Copyright (c) 2001, Cayce Ullman. Copyright (c) 2001, Brian Matthews. diff --git a/src/SOAPpy/version.py b/src/SOAPpy/version.py index 04079d8..6030206 100644 --- a/src/SOAPpy/version.py +++ b/src/SOAPpy/version.py @@ -1,2 +1,2 @@ -__version__="0.12.3" +__version__="0.12.4"