diff --git a/HISTORY.md b/HISTORY.md index e11edfc8..a2c2d8c1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## 23.1.1 (2023-05-30) +- Add `typing_extensions` as a direct dependency on 3.10. ([#369](https://github.com/python-attrs/cattrs/issues/369) [#370](https://github.com/python-attrs/cattrs/pull/370)) + ## 23.1.0 (2023-05-30) - Introduce the `tagged_union` strategy. ([#318](https://github.com/python-attrs/cattrs/pull/318) [#317](https://github.com/python-attrs/cattrs/issues/317)) diff --git a/pyproject.toml b/pyproject.toml index c0d65dd3..44f58026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ known_first_party = ["cattr"] [tool.poetry] name = "cattrs" -version = "23.2.0dev0" +version = "23.1.1" description = "Composable complex class support for attrs and dataclasses." authors = ["Tin Tvrtkovic "] license = "MIT"