Skip to content

Commit 3eeb925

Browse files
committed
v1.4.2066
1 parent 7da8248 commit 3eeb925

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "strip_python3"
9-
version = "1.4.2062"
9+
version = "1.4.2066"
1010
description = "easy way to remove python3 typehints and to transform sources to older python compatibility"
1111
readme = { "file" = "tmp/README.MD", content-type = "text/markdown" }
1212
license = "MIT"

tests/docker_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__copyright__ = "(C) 2026 Guido Draheim"
1414
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
1515
__license__ = "CC0 Creative Commons Zero (Public Domain)"
16-
__version__ = "1.7.2062"
16+
__version__ = "1.7.2066"
1717

1818
# generalized from the testsuite.py in the docker-systemctl-replacement project
1919

tests/docker_mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__copyright__ = "(C) 2026 Guido Draheim"
88
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
99
__license__ = "CC0 Creative Commons Zero (Public Domain)"
10-
__version__ = "1.7.2062"
10+
__version__ = "1.7.2066"
1111

1212
from collections import OrderedDict
1313
import os.path

tests/exectests3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pylint: disable=missing-class-docstring,missing-function-docstring,unused-variable,unused-argument,unspecified-encoding,redefined-outer-name,using-constant-test,invalid-name
66
# pylint: disable=fixme,duplicate-code,consider-using-with,too-many-public-methods,too-many-arguments,too-many-positional-arguments
77
__copyright__ = "(C) Guido Draheim, licensed under the MIT license"""
8-
__version__ = "1.3.2062"
8+
__version__ = "1.3.2066"
99

1010

1111
from typing import List, Iterator, Union, Optional, TextIO, Mapping, Iterable

tests/setuptests5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pylint: disable=missing-function-docstring,unused-variable,unused-argument,unspecified-encoding,redefined-outer-name,using-constant-test,invalid-name
77
# pylint: disable=fixme,consider-using-with,consider-using-get,condition-evals-to-constant,chained-comparison
88
__copyright__ = "(C) Guido Draheim, licensed under the EUPL"""
9-
__version__ = "2.0.2062"
9+
__version__ = "2.0.2066"
1010

1111
from typing import List, Tuple, Iterator, Union, Optional, TextIO, Mapping
1212

tests/transformertests2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__copyright__ = "(C) 2026 Guido Draheim, licensed under MIT License"
99
__author__ = "Guido U. Draheim"
10-
__version__ = "1.3.2062"
10+
__version__ = "1.3.2066"
1111

1212
from typing import List, Union, Optional, Iterator, Iterable, NamedTuple, Mapping
1313
import unittest

tests/unittests1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__copyright__ = "(C) 2026 Guido Draheim, licensed under MIT License"
77
__author__ = "Guido U. Draheim"
8-
__version__ = "1.4.2062"
8+
__version__ = "1.4.2066"
99

1010
from typing import cast
1111
import sys

tool/strip_python3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__copyright__ = "(C) 2026 Guido Draheim, licensed under MIT License"
88
__author__ = "Guido U. Draheim"
9-
__version__ = "1.4.2062"
9+
__version__ = "1.4.2066"
1010

1111
from typing import Set, List, Dict, Optional, Union, Tuple, cast, NamedTuple, TypeVar, Deque, Iterable, TYPE_CHECKING
1212
import sys

0 commit comments

Comments
 (0)