Skip to content

Commit

Permalink
Bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Sep 7, 2022
1 parent 91ea5d2 commit e966f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.16.0 (UNRELEASED)

- Refactored `ariadne.asgi.GraphQL` to use strategy pattern for handling HTTP and WebSockets.
- Updated `load_schema_from_path` to also use `.gql` and `.graphqls` files.
- Updated `load_schema_from_path` to also support `.gql` and `.graphqls` files.
- Added support for `starlette` 0.20.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description=README,
long_description_content_type="text/markdown",
license="BSD",
version="0.16.0b2",
version="0.16.0",
url="https://github.com/mirumee/ariadne",
packages=["ariadne"],
include_package_data=True,
Expand Down

0 comments on commit e966f20

Please sign in to comment.