Skip to content

Commit

Permalink
23.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Jun 2, 2023
1 parent 147ad8a commit 3cee857
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2 (UNRELEASED)
## 23.1.2 (2023-06-02)
- Improve `typing_extensions` version bound. ([#372](https://github.com/python-attrs/cattrs/issues/372))

## 23.1.1 (2023-05-30)
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.dev0"
version = "23.1.2"
description = "Composable complex class support for attrs and dataclasses."
authors = ["Tin Tvrtkovic <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3cee857

Please sign in to comment.