Skip to content

Commit

Permalink
Bump version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 3, 2020
1 parent 52b0806 commit 8615110
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 48 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.10 (beta)
# 0.10 (2020-07-03)

- Added support for recursively matching arbitrary depth paths of files.
- Fixed `AttributeError` when attempting to load malformed YAML files.
Expand Down
4 changes: 2 additions & 2 deletions notebooks/file_inference.ipynb
Expand Up @@ -161,7 +161,7 @@
" - make mkdocs\n",
"\n",
"after_success:\n",
" - pip install coveralls\n",
" - pip install coveralls \"coverage<5\"\n",
" - coveralls\n",
"\n",
"notifications:\n",
Expand Down Expand Up @@ -255,7 +255,7 @@
" - make notebooks\n",
" - make mkdocs\n",
"after_success:\n",
" - pip install coveralls\n",
" - pip install coveralls \"coverage<5\"\n",
" - coveralls\n",
"notifications:\n",
" email:\n",
Expand Down
9 changes: 1 addition & 8 deletions notebooks/readme.ipynb
Expand Up @@ -154,14 +154,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Overwriting inventory/items/widget.yml"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n"
"Overwriting inventory/items/widget.yml\n"
]
}
],
Expand Down
72 changes: 36 additions & 36 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 = "0.10b4"
version = "0.10"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down

0 comments on commit 8615110

Please sign in to comment.