Skip to content

Commit 3fe16a7

Browse files
release 1.5.0
1 parent b7f0d22 commit 3fe16a7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changelog/_unreleased.toml renamed to .changelog/1.5.0.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release-date = "2023-06-11"
2+
13
[[entries]]
24
id = "641cd28b-3814-4b62-8bd1-c6b88fc71d5a"
35
type = "improvement"

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 = "1.4.3"
9+
version = "1.5.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__ = "1.4.3"
1+
__version__ = "1.5.0"
22

33
from .typehint import (
44
AnnotatedTypeHint,

0 commit comments

Comments
 (0)