~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to release.py

  • Committer: Aaron Bentley
  • Date: 2009-10-19 14:43:21 UTC
  • Revision ID: aaron@aaronbentley.com-20091019144321-owl681q9zrty1hwl
Update version number to 2.1b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from subprocess import call, PIPE
5
5
import sys
6
6
 
7
 
sys.path.insert(0, '..')
 
7
sys.path.insert(0, '/home/abentley/bzrplugins')
8
8
sys.path.insert(0, os.path.dirname(os.path.realpath('/home/abentley/bin/bzr')))
9
9
import bzrtools
10
10
print "bzrtools version: %s" % bzrtools.__version__