~openerp/openobject-client/5.0

« back to all changes in this revision

Viewing changes to bin/release.py

  • Committer: Stephane Wirtel
  • Date: 2011-03-23 10:10:57 UTC
  • Revision ID: stephane@openerp.com-20110323101057-05l1k3lbt8murn07
Tags: 5.0.16
[RELEASE] OpenERP 5.0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
 
22
22
name = 'openerp-client'
23
 
version = '5.0.15'
 
23
version = '5.0.16'
24
24
description = 'OpenERP Client'
25
25
long_desc = '''OpenERP is a complete ERP and CRM. The main features are accounting (analytic
26
26
and financial), stock management, sales and purchases management, tasks
37
37
author_email = 'info@openerp.com'
38
38
support_email = 'support@openerp.com'
39
39
license = 'GPL-3'
40
 
download_url='http://www.openerp.com/download/stable/source/openerp-client-5.0.15.tar.gz'
 
40
download_url='http://www.openerp.com/download/stable/source/openerp-client-5.0.16.tar.gz'
41
41
 
42
42
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
43
43