diff --git a/CHANGELOG.md b/CHANGELOG.md index a55dfc58b0..0366eb580b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.240.1 - 2024-09-11 +-------------------- + +This release adds support for Python 3.13 (which will be out soon!) + +Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3510](https://github.com/strawberry-graphql/strawberry/pull/3510/) + + 0.240.0 - 2024-09-10 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index f1f3a9b257..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -This release adds support for Python 3.13 (which will be out soon!) diff --git a/pyproject.toml b/pyproject.toml index a1bb95791c..d2f0ce3c0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.240.0" +version = "0.240.1" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"