Skip to content

Commit 3c9a4a2

Browse files
release 2.3.0
1 parent 1fa4381 commit 3c9a4a2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release-date = "2025-10-23"
2+
13
[[entries]]
24
id = "df78684d-421d-46e4-952d-393a80ae027e"
35
type = "improvement"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "typeapi"
1515
readme = "README.md"
1616
requires-python = ">=3.8"
17-
version = "2.2.4"
17+
version = "2.3.0"
1818

1919
[project.urls]
2020
"Bug Tracker" = "https://github.com/NiklasRosenstein/python-typeapi/issues"

src/typeapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.2.4"
1+
__version__ = "2.3.0"
22

33
from .typehint import (
44
AnnotatedTypeHint,

0 commit comments

Comments
 (0)