~canonical-launchpad-branches/python-oops-wsgi/trunk

« back to all changes in this revision

Viewing changes to oops_wsgi/__init__.py

  • Committer: Robert Collins
  • Date: 2012-02-01 04:35:31 UTC
  • mfrom: (34.1.3 start_response-exc_info)
  • Revision ID: robertc@robertcollins.net-20120201043531-x2fq8jhspuqr3p03
0.0.10
------

* Fix breakage with mod_wsgi. (James Westby, #903573)

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
# established at this point, and setup.py will use a version of next-$(revno).
110
110
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
111
111
# Otherwise it is major.minor.micro~$(revno).
112
 
__version__ = (0, 0, 9, 'beta', 0)
 
112
__version__ = (0, 0, 10, 'beta', 0)
113
113
 
114
114
__all__ = [
115
115
    'install_hooks',