~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Vincent Ladeuil
  • Date: 2011-07-11 07:49:59 UTC
  • mto: (6110.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6021.
  • Revision ID: v.ladeuil+lp@free.fr-20110711074959-igi048gv89bfc93d
Open trunk as 2.5dev1

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, 4, 0)
 
26
_script_version = (2, 5, 0)
27
27
 
28
28
try:
29
29
    version_info = sys.version_info