/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2011-01-13 21:51:32 UTC
  • mto: (5609.2.1 2.3)
  • mto: This revision was merged to the branch mainline in revision 5610.
  • Revision ID: v.ladeuil+lp@free.fr-20110113215132-npfdr55cvf22nidm
Tags: bzr-2.3b5
ReleaseĀ 2.3b5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005-2010 Canonical Ltd
 
1
# Copyright (C) 2005-2011 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
52
52
# Python version 2.0 is (2, 0, 0, 'final', 0)."  Additionally we use a
53
53
# releaselevel of 'dev' for unreleased under-development code.
54
54
 
55
 
version_info = (2, 3, 0, 'dev', 5)
 
55
version_info = (2, 3, 0, 'beta', 5)
56
56
 
57
57
# API compatibility version
58
58
api_minimum_version = (2, 3, 0)