~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to openid/__init__.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-12-10 10:29:01 UTC
  • mfrom: (2.1.2 pyopenid-2.1)
  • Revision ID: launchpad@pqm.canonical.com-20071210102901-f5mk3xr5ggx0vtwh
[rs=jamesh] Upgrade to python-openid-2.1 for better support of final OpenID 2.0 standard

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    and limitations under the License.
24
24
"""
25
25
 
26
 
__version__ = '[library version:2.0.1]'[17:-1]
 
26
__version__ = '[library version:2.1.0]'[17:-1]
27
27
 
28
28
# Parse the version info
29
29
try: