We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b09265 + 7afe2c9 commit 48d9436Copy full SHA for 48d9436
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 2.3.4 (2025-09-12)
4
+
5
+- Added support for Python 3.12 and 3.13.
6
7
## 2.3.3 (2025-02-23)
8
9
- Fixed list attributes being ignored during initialization with existing files.
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "datafiles"
-version = "2.3.3"
+version = "2.3.4"
description = "File-based ORM for dataclasses."
license = "MIT"
0 commit comments