[FIX] sentry: Fix bad ported version

pull/2428/head
Florian Mounier 2022-05-30 17:04:38 +02:00 committed by Atte Isopuro
parent c9ee23a2d3
commit 25dcef43d4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{ {
"name": "Sentry", "name": "Sentry",
"summary": "Report Odoo errors to Sentry", "summary": "Report Odoo errors to Sentry",
"version": "14.0.1.0.0", "version": "14.0.1.1.0",
"category": "Extra Tools", "category": "Extra Tools",
"website": "https://github.com/OCA/server-tools", "website": "https://github.com/OCA/server-tools",
"author": "Mohammed Barsi," "author": "Mohammed Barsi,"

View File

@ -6,7 +6,7 @@ except ImportError: # pragma: no cover
def string_types(): def string_types():
""" Taken from https://git.io/JIv5J """ """Taken from https://git.io/JIv5J"""
return (str,) return (str,)