Skip to content

Commit 9921ebd

Browse files
authored
Merge pull request #312 from jacebrowning/release-2.2
Bump version to 2.2
2 parents b975d3d + d4ca065 commit 9921ebd

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python 3.11.3
2-
poetry 1.4.2
1+
python 3.11.5
2+
poetry 1.6.1

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.2 (beta)
3+
## 2.2 (2023-10-14)
44

55
- Added a `sync()` utility to map arbitrary objects to the filesystem.
66

poetry.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2b1"
4+
version = "2.2"
55
description = "File-based ORM for dataclasses."
66

77
license = "MIT"

0 commit comments

Comments
 (0)