We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa4381 commit 3c9a4a2Copy full SHA for 3c9a4a2
3 files changed
.changelog/_unreleased.toml .changelog/2.3.0.toml.changelog/_unreleased.toml renamed to .changelog/2.3.0.toml
@@ -1,3 +1,5 @@
1
+release-date = "2025-10-23"
2
+
3
[[entries]]
4
id = "df78684d-421d-46e4-952d-393a80ae027e"
5
type = "improvement"
pyproject.toml
@@ -14,7 +14,7 @@ license = "MIT"
14
name = "typeapi"
15
readme = "README.md"
16
requires-python = ">=3.8"
17
-version = "2.2.4"
+version = "2.3.0"
18
19
[project.urls]
20
"Bug Tracker" = "https://github.com/NiklasRosenstein/python-typeapi/issues"
src/typeapi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "2.2.4"
+__version__ = "2.3.0"
from .typehint import (
AnnotatedTypeHint,
0 commit comments