diff --git a/odoo2data.py b/odoo2data.py index ed53914..70b425a 100755 --- a/odoo2data.py +++ b/odoo2data.py @@ -4,7 +4,7 @@ """ __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.0.3313" +__version__ = "1.1.3313" from typing import Optional, Union, Dict, List, Tuple, cast, Iterable, Iterator diff --git a/odoo2data.tests.py b/odoo2data.tests.py index d0d3a7f..60fdc98 100755 --- a/odoo2data.tests.py +++ b/odoo2data.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.0.3313" +__version__ = "1.1.3313" import tabtotext import odoo2data_api_mockup as odoo_api_mockup diff --git a/odoo2data_api_mockup.py b/odoo2data_api_mockup.py index ed7d45e..30d3b1b 100755 --- a/odoo2data_api_mockup.py +++ b/odoo2data_api_mockup.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.0.3313" +__version__ = "1.1.3313" from typing import Dict, List, Optional, Generator, cast from odoo2data_api import Cookies, UserID, ProjID, ProjREF, TaskID, TaskREF, EntryID, OdooException diff --git a/tabtools.tests.py b/tabtools.tests.py index a2481f8..001afe6 100755 --- a/tabtools.tests.py +++ b/tabtools.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.0.3313" +__version__ = "1.1.3313" from tabtools import * import sys diff --git a/zeit2odoo.py b/zeit2odoo.py index 98c31f4..49a6897 100755 --- a/zeit2odoo.py +++ b/zeit2odoo.py @@ -4,7 +4,7 @@ """ __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.0.3313" +__version__ = "1.1.3313" from typing import Optional, Union, Dict, List, Tuple, cast diff --git a/zeit2odoo.tests.py b/zeit2odoo.tests.py index 5256347..8bf8962 100755 --- a/zeit2odoo.tests.py +++ b/zeit2odoo.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.0.3313" +__version__ = "1.1.3313" import tabtotext import odoo2data_api_mockup as odoo_api_mockup