Skip to content

Commit

Permalink
Merge b3ce605 into aff322a
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 4, 2021
2 parents aff322a + b3ce605 commit 39c570e
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 41 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 1.0 (beta)

- Initial stable release.

# 0.15.2 (2021-09-03)

- Fixed `ValueError` when loading enum values from TOML files.
Expand Down
107 changes: 71 additions & 36 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "datafiles"
version = "0.15.2"
version = "1.0b1"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down Expand Up @@ -44,8 +44,8 @@ classifiers = [
python = "^3.7"

# Formats
"ruamel.yaml" = "^0.17.4"
tomlkit = "^0.7"
"ruamel.yaml" = "^0.17.16"
tomlkit = "^0.7.2"

# ORM
parse = "^1.12"
Expand All @@ -61,8 +61,8 @@ typing-extensions = "^3.7"
[tool.poetry.dev-dependencies]

# Formatters
black = "=20.8b1"
isort = "=5.5.1"
black = "=21.9b0"
isort = "=5.9.2"

# Linters
mypy = "~0.790"
Expand Down

0 comments on commit 39c570e

Please sign in to comment.