Skip to content

Commit

Permalink
Merge pull request #190 from jacebrowning/release/v0.11
Browse files Browse the repository at this point in the history
Bump version to 0.11
  • Loading branch information
jacebrowning committed Sep 11, 2020
2 parents 23111b3 + 6000231 commit 76d89ff
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.11 (beta)
# 0.11 (2020-09-10)

- Added support to treat `Mapping` type annotations as dictionaries.
- Fixed handling of default values for `dataclass` attributes.
Expand Down
68 changes: 41 additions & 27 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "datafiles"
version = "0.11b4"
version = "0.11"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down Expand Up @@ -52,7 +52,7 @@ parse = "^1.12"
# Utilities
cached_property = "^1.5"
classproperties = "~0.1.3"
minilog = "^2.0b1"
minilog = "^2.0"

# Typing
typing-extensions = "^3.7"
Expand Down

0 comments on commit 76d89ff

Please sign in to comment.