Fix version number and project name in README.* files

This commit is contained in:
Paul Korzhyk 2012-11-28 16:14:20 +11:00
parent 5cd93d7aae
commit a48d042e77
2 changed files with 3 additions and 3 deletions

4
README
View File

@ -3,7 +3,7 @@ README for PySAML2
Dependencies
------------
Pylint should be compatible with any python >= 2.6 not 3.X yet.
PySAML2 should be compatible with any python >= 2.6 not 3.X yet.
To be able to sign/verify, encrypt/decrypt you need xmlsec1.
The repoze stuff works best together with repoze.who .
@ -39,7 +39,7 @@ Comments, support, bug reports
Project page on :
https://code.launchpad.net/~roland-hedberg/pysaml2/main
https://github.com/rohe/pysaml2
Use the Pysaml2@uma.es mailing list. Since we do not have
publicly available bug tracker yet, bug reports should be emailed

View File

@ -4,7 +4,7 @@ PySAML2 - SAML2 in Python
*************************
:Author: Roland Hedberg
:Version: 0.3
:Version: 1.0.0
PySAML2 is a pure python implementation of a SAML2 service provider and to
some extend also the identity provider. Originally written to work in a WSGI