We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b2646 commit c56383cCopy full SHA for c56383c
HISTORY.rst
@@ -1,6 +1,10 @@
1
=======
2
History
3
4
+22.2.0 (UNRELEASED)
5
+-------------------
6
+
7
8
22.1.0 (2022-04-03)
9
-------------------
10
* cattrs now uses the CalVer versioning convention.
pyproject.toml
@@ -7,7 +7,7 @@ known_first_party = ["cattr"]
[tool.poetry]
name = "cattrs"
-version = "22.1.0"
+version = "22.2.0dev0"
11
description = "Composable complex class support for attrs and dataclasses."
12
authors = ["Tin Tvrtkovic <tinchester@gmail.com>"]
13
license = "MIT"
0 commit comments