Skip to content

Commit 7fec514

Browse files
committed
Merge branch 'release/3.4.5'
2 parents 8754157 + 0bc8a74 commit 7fec514

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

python_utils/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
)
88
__url__: str = 'https://github.com/WoLpH/python-utils'
99
# Omit type info due to automatic versioning script
10-
__version__ = '3.4.4'
10+
__version__ = '3.4.5'

python_utils/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,5 @@
132132
'TYPE_CHECKING',
133133
'TypeAlias',
134134
'TypeGuard',
135+
'TracebackType',
135136
]

0 commit comments

Comments
 (0)