~amanica/bzr/320119-log_exclusive_lower_bound

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Jonathan Lange
  • Date: 2009-07-13 02:20:36 UTC
  • mto: (4511.1.16 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4518.
  • Revision ID: jml@canonical.com-20090713022036-dbfgyuwbau864qsi
Update NEWS file & versions for brand new world of development.

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 = (1, 17, 0)
 
26
_script_version = (1, 18, 0)
27
27
 
28
28
if __doc__ is None:
29
29
    print "bzr does not support python -OO."