~james-w/python-oops/update-readme-dependencies

« back to all changes in this revision

Viewing changes to oops/__init__.py

  • Committer: Robert Collins
  • Date: 2011-08-16 06:12:49 UTC
  • Revision ID: robertc@robertcollins.net-20110816061249-nh1oxqmbna9jd0bf
Permit a context to be provided to on creation hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# established at this point, and setup.py will use a version of next-$(revno).
26
26
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
27
27
# Otherwise it is major.minor.micro~$(revno).
28
 
__version__ = (0, 0, 4, 'beta', 0)
 
28
__version__ = (0, 0, 5, 'beta', 0)
29
29
 
30
30
__all__ = [
31
31
    'Config'