Skip to content

Commit 908b20c

Browse files
release 2.2.0
1 parent 28508d8 commit 908b20c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
release-date = "2024-03-18"
2+
13
[[entries]]
24
id = "e7afde99-2c2d-493a-bb4e-120d56e41a36"
35
type = "fix"
46
description = "Fixed an error when evaluating `FakeHint` objects when an argument to a type-hint such as `Annotated` was the constant value `True`, `False`, `None`, `0` or `1`."
57
author = "@NiklasRosenstein"
8+
9+
[[entries]]
10+
id = "3dda2afd-034f-4b72-8738-ffef316aa16e"
11+
type = "breaking change"
12+
description = "Drop support for Python 3.6 and 3.7"
13+
author = "@NiklasRosenstein"

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.1.2"
9+
version = "2.2.0"
1010
description = ""
1111
authors = ["Niklas Rosenstein <[email protected]>"]
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.1.2"
1+
__version__ = "2.2.0"
22

33
from .typehint import (
44
AnnotatedTypeHint,

0 commit comments

Comments
 (0)