Skip to content

Commit

Permalink
23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed May 30, 2023
1 parent 67bc98e commit 3570664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History

## 23.1.0 (UNRELEASED)
## 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))
- Introduce the `cattrs.transform_error` helper function for formatting validation exceptions. ([258](https://github.com/python-attrs/cattrs/issues/258) [342](https://github.com/python-attrs/cattrs/pull/342))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ known_first_party = ["cattr"]

[tool.poetry]
name = "cattrs"
version = "23.1.0.dev0"
version = "23.1.0"
description = "Composable complex class support for attrs and dataclasses."
authors = ["Tin Tvrtkovic <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3570664

Please sign in to comment.