Skip to content

Commit 5bc42f1

Browse files
release 2.2.2
1 parent 861e81c commit 5bc42f1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changelog/_unreleased.toml renamed to .changelog/2.2.2.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release-date = "2024-05-31"
2+
13
[[entries]]
24
id = "a10b5733-3f9c-472f-a922-9f1fa33a3179"
35
type = "feature"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "typeapi"
9-
version = "2.2.1"
9+
version = "2.2.2"
1010
description = ""
1111
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
1212
license = "MIT"

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.1"
1+
__version__ = "2.2.2"
22

33
from .typehint import (
44
AnnotatedTypeHint,

0 commit comments

Comments
 (0)