Skip to content

Commit 984b1d7

Browse files
authoredJan 8, 2024
Release Ariadne 0.22 Beta 1 (#1141)
1 parent a19d7f7 commit 984b1d7

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.21 (2023-11-08)
3+
## 0.22 (UNRELEASED)
44

55
- Deprecated `EnumType.bind_to_default_values` method. It will be removed in a future release.
66
- Added `repair_schema_default_enum_values` to public API.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ariadne"
7-
version = "0.21"
7+
version = "0.22.0b1"
88
description = "Ariadne is a Python library for implementing GraphQL servers."
99
authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)