Skip to content

Commit

Permalink
Merge pull request #253 from jacebrowning/release-1.1
Browse files Browse the repository at this point in the history
Bump version to 1.1
  • Loading branch information
jacebrowning committed Jan 22, 2022
2 parents 871288c + 727a7cd commit dc2de9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# 1.1 (beta)
# 1.1 (2022-01-21)

- Added support for Python 3.10's builtin optional types (e.g. `int | None`).
- Fixed handling of commented blocks in YAML files.
Expand Down
4 changes: 0 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "datafiles"
version = "1.1b3"
version = "1.1"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down

0 comments on commit dc2de9e

Please sign in to comment.