Skip to content

Commit 1ec6f79

Browse files
release 2.2.4
1 parent ead6284 commit 1ec6f79

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changelog/_unreleased.toml renamed to .changelog/2.2.4.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release-date = "2025-01-29"
2+
13
[[entries]]
24
id = "181d2438-5d1b-4e77-aeab-39153b179d7a"
35
type = "hygiene"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "typeapi"
1515
packages = [{include = "typeapi", from = "src"}]
1616
readme = "README.md"
1717
requires-python = ">=3.8"
18-
version = "2.2.3"
18+
version = "2.2.4"
1919

2020
[project.urls]
2121
"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.3"
1+
__version__ = "2.2.4"
22

33
from .typehint import (
44
AnnotatedTypeHint,

0 commit comments

Comments
 (0)