Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lirsacc committed Apr 1, 2020
1 parent 525fa06 commit 45ef9d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
Unreleased
----------

[0.6.0](https://github.com/lirsacc/py-gql/releases/tag/0.6.0) - 2020-04-01
--------------------------------------------------------------------------

### Breaking Changes & Deprecations

- Schema directives now **must** specify their definition, either with an explicit `Directive` or by delegating to the schema by name. They are now passed in as a sequence and not a mapping when using `build_schema`.
Expand Down
2 changes: 1 addition & 1 deletion src/py_gql/_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__title__ = "py_gql"
__description__ = "Comprehensive GraphQL implementation for Python."
__url__ = "https://github.com/lirsacc/py-gql"
__version__ = "0.5.0"
__version__ = "0.6.0"
__author__ = "Charles Lirsac"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 45ef9d7

Please sign in to comment.