Skip to content

Commit

Permalink
[REF] broken_deprecated: Use correct version format
Browse files Browse the repository at this point in the history
After merge OCA/pylint-odoo#155 we had this unexpected wrong format version
  • Loading branch information
moylop260 committed Sep 18, 2017
1 parent 94d4648 commit 4bd508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_repo/broken_deprecated/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name': 'Broken deprecated module for tests MQT',
'license': 'AGPL-3',
'author': 'Odoo Community Association (OCA)',
'version': '8.0.0.1.0.0',
'version': '8.0.1.0.0',
'depends': [
'base',
],
Expand Down

0 comments on commit 4bd508f

Please sign in to comment.