[REF] base: Changed code to avoid overriding of context values.
[odoo/odoo.git] / openerp / release.py
index 5ae15a0..c0c1409 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- encoding: utf-8 -*-
 ##############################################################################
 #
@@ -21,8 +20,8 @@
 ##############################################################################
 
 name = 'openerp-server'
-version = '6.0.1'
-major_version = '6.0'
+version = '6.1-dev'
+major_version = '6.1'
 description = 'OpenERP Server'
 long_desc = '''OpenERP is a complete ERP and CRM. The main features are accounting (analytic
 and financial), stock management, sales and purchases management, tasks
@@ -41,4 +40,3 @@ support_email = 'support@openerp.com'
 license = 'AGPL-3'
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-