Migrate to 4.2

This commit is contained in:
Oriol Alfonso 2018-01-19 12:43:06 +01:00
parent 8fc37f9c02
commit 2c05389720
4 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
],
package_data={
'trytond.modules.%s' % MODULE: (info.get('xml', [])
+ ['tryton.cfg', 'locale/*.po', 'tests/*.rst']),
+ ['tryton.cfg', 'locale/*.po', 'tests/*.rst', 'view/*.xml']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',

View file

@ -1,5 +1,5 @@
[tryton]
version=4.0.0
version=4.2.0
depends:
account_invoice
extras_depend: