Skip to content

Commit

Permalink
v1.1.3313
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jul 30, 2024
1 parent 2520d1d commit 199f286
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion odoo2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion odoo2data.tests.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion odoo2data_api_mockup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tabtools.tests.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion zeit2odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion zeit2odoo.tests.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 199f286

Please sign in to comment.