[FIX] sentry: Fix bad ported version

pull/2516/head
Florian Mounier 2022-05-30 17:04:38 +02:00 committed by prabakaran
parent 5d3065e4af
commit 770cf120e0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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