Skip to content

Commit

Permalink
Merge pull request #228 from jacebrowning/release/v0.15
Browse files Browse the repository at this point in the history
Bump version to 0.15
  • Loading branch information
jacebrowning committed May 26, 2021
2 parents 2344039 + 8837793 commit 64acda4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.15 (alpha)
# 0.15 (2021-05-26)

- Removed `auto_load`/`auto_save` model options.
- Removed `INDENT_YAML_BLOCKS` setting.
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdocs==1.0.4; (python_full_version >= "2.7.9" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
jupyterlab-pygments==0.1.2; python_version >= "3.6"
pygments==2.8.1; python_version >= "3.5"
pygments==2.9.0; python_version >= "3.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "datafiles"
version = "0.15a4"
version = "0.15"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down

0 comments on commit 64acda4

Please sign in to comment.