~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Aaron Bentley
  • Date: 2006-04-19 01:23:36 UTC
  • mfrom: (1669 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1673.
  • Revision ID: aaron.bentley@utoronto.ca-20060419012336-a74d3d2ea435d15f
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
del locale
89
89
 
90
90
__copyright__ = "Copyright 2005,06 Canonical Development Ltd."
91
 
__version__ = version_string = '0.8pre'
 
91
__version__ = version_string = '0.8rc1'
92
92
# same format as sys.version_info
93
 
version_info = (0, 8, 0, 'pre', 0)
 
93
version_info = (0, 8, 0, 'rc', 1)
94
94
 
95
95
 
96
96
from bzrlib.symbol_versioning import deprecated_function, zero_seven