Skip to content

Commit

Permalink
Release Ariadne 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Jan 9, 2023
1 parent 90cef6f commit 58da413
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
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.17.1 (UNRELEASED)
## 0.17.1 (2023-01-09)

- Fixed an error when schema that defines an interface type with fields having enum arguments with default values (eg. `field(arg: Enum = ENUM_MEMBER)`) is introspected.

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

0 comments on commit 58da413

Please sign in to comment.