Skip to content

Commit a706ad7

Browse files
committed
Bump version to 2.5
1 parent ee4c6b4 commit a706ad7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.5 (2026-01-29)
4+
5+
- Added support for Python 3.14.
6+
37
## 2.4 (2026-01-19)
48

59
- Dropped support for Python 3.9.

pyproject.toml

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

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

77
license = "MIT"
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
3839
"Programming Language :: Python :: 3.14",
3940
"Programming Language :: Python",
4041
"Topic :: Software Development",

0 commit comments

Comments
 (0)