~bzr-pqm/bzr/2.1

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Vincent Ladeuil
  • Date: 2011-05-17 08:19:08 UTC
  • mto: This revision was merged to the branch mainline in revision 4879.
  • Revision ID: v.ladeuil+lp@free.fr-20110517081908-hbrr9xsg0uu893c5
Open 2.1.5 for bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import warnings
24
24
 
25
25
# update this on each release
26
 
_script_version = (2, 1, 4)
 
26
_script_version = (2, 1, 5)
27
27
 
28
28
if __doc__ is None:
29
29
    print "bzr does not support python -OO."