Skip to content

Commit 48d9436

Browse files
authored
Merge pull request #360 from jacebrowning/release-2.3.4
Bump version to 2.3.4
2 parents 2b09265 + 7afe2c9 commit 48d9436

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 2.3.4 (2025-09-12)
4+
5+
- Added support for Python 3.12 and 3.13.
6+
37
## 2.3.3 (2025-02-23)
48

59
- Fixed list attributes being ignored during initialization with existing files.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "datafiles"
4-
version = "2.3.3"
4+
version = "2.3.4"
55
description = "File-based ORM for dataclasses."
66

77
license = "MIT"

0 commit comments

Comments
 (0)