Skip to content

Commit ef21775

Browse files
committed
Bump version to 2.1
1 parent ebb9429 commit ef21775

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 2.1 (beta)
3+
## 2.1 (2023-03-26)
44

55
- Added support for Python 3.11.
66
- Updated `Manager.get()` to be more flexible with positional arguments.

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.1b5"
4+
version = "2.1"
55
description = "File-based ORM for dataclasses."
66

77
license = "MIT"

0 commit comments

Comments
 (0)