Skip to content

Commit

Permalink
[FIX] sentry: Fix bad ported version
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed May 30, 2022
1 parent 1a6829d commit 4c413fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentry/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,"
Expand Down
2 changes: 1 addition & 1 deletion sentry/generalutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def string_types():
""" Taken from https://git.io/JIv5J """
"""Taken from https://git.io/JIv5J"""

return (str,)

Expand Down

0 comments on commit 4c413fa

Please sign in to comment.