Skip to content

Commit 58da413

Browse files
committedJan 9, 2023
Release Ariadne 0.17.1
1 parent 90cef6f commit 58da413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.17.1 (UNRELEASED)
3+
## 0.17.1 (2023-01-09)
44

55
- 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.
66

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
long_description=README,
2929
long_description_content_type="text/markdown",
3030
license="BSD",
31-
version="0.17.1.b1",
31+
version="0.17.1",
3232
url="https://github.com/mirumee/ariadne",
3333
packages=["ariadne"],
3434
include_package_data=True,

0 commit comments

Comments
 (0)