~openobject-training/+junk/client-training

« back to all changes in this revision

Viewing changes to bin/release.py

  • Committer: Xavier ALT
  • Date: 2009-08-10 18:08:20 UTC
  • Revision ID: x.alt@ajm.lu-20090810180820-83hws83grdxea5qz
[IMP] Add `build' variable to release.py, allow to display scm rev in about.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
name = 'openerp-client'
25
25
version = '5.0.7'
 
26
build = '' # For displaying scm revision
26
27
description = 'OpenERP Client'
27
28
long_desc = '''\
28
29
OpenERP is a complete ERP and CRM. The main features are accounting (analytic
42
43
license = 'GPL-3'
43
44
 
44
45
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
45