diff --git a/dotgitconfig.py b/dotgitconfig.py index 31ede6c..90353b2 100755 --- a/dotgitconfig.py +++ b/dotgitconfig.py @@ -4,7 +4,7 @@ adding functions to read the the gitconfig settings alternativly. """ __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.1.3321" +__version__ = "1.1.3352" from typing import List, Dict, Tuple, Optional diff --git a/dotnetrc.py b/dotnetrc.py index 6918bf5..ed33643 100755 --- a/dotnetrc.py +++ b/dotnetrc.py @@ -6,7 +6,7 @@ where extensions should only be used in a ~/.net-credentials filename. //// Use command './dotnetrc.py set ' to write entries.""" -__version__ = "0.4.3321" +__version__ = "0.4.3352" # dot git-credentials format: # https://:@ diff --git a/jira2data.py b/jira2data.py index 0757ac7..8fcff79 100755 --- a/jira2data.py +++ b/jira2data.py @@ -4,7 +4,7 @@ """ __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.4.3321" +__version__ = "0.4.3352" from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast, NamedTuple from requests import Session, Response, HTTPError diff --git a/jira2data_api.py b/jira2data_api.py index a022ae3..d449a68 100755 --- a/jira2data_api.py +++ b/jira2data_api.py @@ -4,7 +4,7 @@ """ __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.4.3321" +__version__ = "0.4.3352" from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast from requests import Session, Response, HTTPError diff --git a/jira2data_api_mockup.py b/jira2data_api_mockup.py index 3bd88c2..6adb8f7 100755 --- a/jira2data_api_mockup.py +++ b/jira2data_api_mockup.py @@ -4,7 +4,7 @@ """ __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.4.3321" +__version__ = "0.4.3352" from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast from requests import Session, Response, HTTPError diff --git a/odoo2data.py b/odoo2data.py index 31607bb..d44b332 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.1.3321" +__version__ = "1.1.3352" from typing import Optional, Union, Dict, List, Tuple, cast, Iterable, Iterator, NamedTuple diff --git a/odoo2data.tests.py b/odoo2data.tests.py index e831e54..c6749b2 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.1.3321" +__version__ = "1.1.3352" import tabtotext import odoo2data_api_mockup as odoo_api_mockup diff --git a/odoo2data_api.py b/odoo2data_api.py index e2f7e90..5bf3a6a 100755 --- a/odoo2data_api.py +++ b/odoo2data_api.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.7.3321" +__version__ = "0.7.3352" import logging from typing import List, Dict, Union, Optional, Tuple, Any, cast diff --git a/odoo2data_api_mockup.py b/odoo2data_api_mockup.py index 192cbb3..1fac87f 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.1.3321" +__version__ = "1.1.3352" from typing import Dict, List, Optional, Generator, cast from odoo2data_api import Cookies, UserID, ProjID, ProjREF, TaskID, TaskREF, EntryID, OdooException diff --git a/odoo2data_xmlrpc.py b/odoo2data_xmlrpc.py index d7e2c5f..68a93d7 100755 --- a/odoo2data_xmlrpc.py +++ b/odoo2data_xmlrpc.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.4.3321" +__version__ = "0.4.3352" from xmlrpc import client as odoo from dotnetrc import set_password_filename, get_username_password, str_get_username_password diff --git a/odootopic.py b/odootopic.py index 52fe31b..45646e3 100755 --- a/odootopic.py +++ b/odootopic.py @@ -2,7 +2,7 @@ """ associates topics with Odoo project+task coordinates """ __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.8.3321" +__version__ = "0.8.3352" from typing import List, Dict, Union, Optional, Tuple, Iterator, Iterable, cast diff --git a/odootopic.tests.py b/odootopic.tests.py index 7df2391..4dc6975 100755 --- a/odootopic.tests.py +++ b/odootopic.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.8.3321" +__version__ = "0.8.3352" import odootopic as topics from typing import Optional, Tuple, cast diff --git a/setup.cfg b/setup.cfg index c4a1644..1ae967d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ [metadata] name = timetrack-odoo -version = 1.1.3321 +version = 1.1.3352 license = APL license_files = LICENSE diff --git a/setup.tabxlsx.cfg b/setup.tabxlsx.cfg index bf41045..2635340 100644 --- a/setup.tabxlsx.cfg +++ b/setup.tabxlsx.cfg @@ -2,7 +2,7 @@ [metadata] name = tabxlsx -version = 1.1.3321 +version = 1.1.3352 license = APL license_files = tabxlsx.txt diff --git a/tabtofmt.tests.py b/tabtofmt.tests.py index d6baae3..7e7880f 100644 --- a/tabtofmt.tests.py +++ b/tabtofmt.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.6.3321" +__version__ = "1.6.3352" from typing import Optional, Union, Dict, List, Any, Sequence, Callable from tabtotext import JSONList, JSONItem, DataList, DataItem diff --git a/tabtools.py b/tabtools.py index 8478e93..5defda4 100755 --- a/tabtools.py +++ b/tabtools.py @@ -7,7 +7,7 @@ """ __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.5.3321" +__version__ = "1.5.3352" from typing import Union, List import re diff --git a/tabtools.tests.py b/tabtools.tests.py index 6ad4a50..12eea53 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.1.3321" +__version__ = "1.1.3352" from tabtools import * import sys diff --git a/tabtotext.py b/tabtotext.py index 3ba3fa0..aae37f2 100755 --- a/tabtotext.py +++ b/tabtotext.py @@ -12,7 +12,7 @@ """ __copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.6.3321" +__version__ = "1.6.3352" from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Type, cast, Tuple, Iterable, Iterator, TextIO, NamedTuple from collections import OrderedDict diff --git a/tabtotext.tests.py b/tabtotext.tests.py index 4113650..0ef0b94 100644 --- a/tabtotext.tests.py +++ b/tabtotext.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.6.3321" +__version__ = "1.6.3352" from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable from tabtotext import JSONList, JSONDict, JSONItem, DataList, DataItem diff --git a/tabtoxlsx.py b/tabtoxlsx.py index 80a8df7..3745268 100755 --- a/tabtoxlsx.py +++ b/tabtoxlsx.py @@ -7,7 +7,7 @@ """ __copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.6.3321" +__version__ = "1.6.3352" import logging from typing import Union, Dict, List, Any, Sequence, Iterable diff --git a/tabxlsx.py b/tabxlsx.py index 4763d31..c570a59 100755 --- a/tabxlsx.py +++ b/tabxlsx.py @@ -5,7 +5,7 @@ of output format options are available but less than the tabtotext.py module.""" __copyright__ = "(C) 2023-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.6.3321" +__version__ = "1.6.3352" from typing import Union, List, Dict, cast, Tuple, Optional, TextIO, Iterable, NamedTuple, Mapping from datetime import date as Date diff --git a/tabxlsx.tests.py b/tabxlsx.tests.py index 78a8b9f..69929ef 100644 --- a/tabxlsx.tests.py +++ b/tabxlsx.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "1.6.3321" +__version__ = "1.6.3352" from tabxlsx import print_tabtotext, CellValue, StrToTime from tabxlsx import tabtoXLSX, tabtextfileXLSX, tabtextfile diff --git a/timerange.py b/timerange.py index 859c5bc..04b730e 100755 --- a/timerange.py +++ b/timerange.py @@ -5,7 +5,7 @@ """ __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.8.3321" +__version__ = "0.8.3352" from typing import Union, Optional, Tuple diff --git a/timerange.tests.py b/timerange.tests.py index b0f60f4..a105e05 100755 --- a/timerange.tests.py +++ b/timerange.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.8.3321" +__version__ = "0.8.3352" import timerange as zeit from typing import Optional, cast diff --git a/timetrack.py b/timetrack.py index c2851fa..e0fe367 100755 --- a/timetrack.py +++ b/timetrack.py @@ -2,7 +2,7 @@ """ frontend to run other modules in the system """ __copyright__ = "(C) 2019-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.2.3321" +__version__ = "0.2.3352" from typing import Optional, Union, Dict, List, Tuple, Iterable, cast diff --git a/timetrack.tests.py b/timetrack.tests.py index 8750286..762d8fd 100755 --- a/timetrack.tests.py +++ b/timetrack.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2019-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.2.3321" +__version__ = "0.2.3352" import timetrack as track from typing import Optional diff --git a/zeit2jira.py b/zeit2jira.py index 379a35c..7336d27 100755 --- a/zeit2jira.py +++ b/zeit2jira.py @@ -4,7 +4,7 @@ """ __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.4.3321" +__version__ = "0.4.3352" from typing import Optional, Union, Dict, List, Tuple, Iterable, Iterator, cast, NamedTuple diff --git a/zeit2jira.tests.py b/zeit2jira.tests.py index b15ad7e..a4ed4d6 100755 --- a/zeit2jira.tests.py +++ b/zeit2jira.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.4.3321" +__version__ = "0.4.3352" import tabtotext import jira2data_api_mockup as jira_api_mockup diff --git a/zeit2json.py b/zeit2json.py index 4e08d9a..799fd9a 100755 --- a/zeit2json.py +++ b/zeit2json.py @@ -10,7 +10,7 @@ """ __copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.6.3321" +__version__ = "0.6.3352" from typing import List, Dict, Union, Optional, Sequence, TextIO, Iterator, cast diff --git a/zeit2json.tests.py b/zeit2json.tests.py index 2c14a8e..1191bf7 100755 --- a/zeit2json.tests.py +++ b/zeit2json.tests.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 __copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0""" -__version__ = "0.6.3321" +__version__ = "0.6.3352" import zeit2json as zeit from typing import Optional diff --git a/zeit2odoo.py b/zeit2odoo.py index 060d035..0386397 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.1.3321" +__version__ = "1.1.3352" from typing import Optional, Union, Dict, List, Tuple, cast, NamedTuple diff --git a/zeit2odoo.tests.py b/zeit2odoo.tests.py index aa69a91..58a04e7 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.1.3321" +__version__ = "1.1.3352" import tabtotext import odoo2data_api_mockup as odoo_api_mockup