We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead6284 commit 1ec6f79Copy full SHA for 1ec6f79
3 files changed
.changelog/_unreleased.toml .changelog/2.2.4.toml.changelog/_unreleased.toml renamed to .changelog/2.2.4.toml
@@ -1,3 +1,5 @@
1
+release-date = "2025-01-29"
2
+
3
[[entries]]
4
id = "181d2438-5d1b-4e77-aeab-39153b179d7a"
5
type = "hygiene"
pyproject.toml
@@ -15,7 +15,7 @@ name = "typeapi"
15
packages = [{include = "typeapi", from = "src"}]
16
readme = "README.md"
17
requires-python = ">=3.8"
18
-version = "2.2.3"
+version = "2.2.4"
19
20
[project.urls]
21
"Bug Tracker" = "https://github.com/NiklasRosenstein/python-typeapi/issues"
src/typeapi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "2.2.3"
+__version__ = "2.2.4"
from .typehint import (
AnnotatedTypeHint,
0 commit comments