From f69553fd844b11275d6d1babd6c0f2e7dba0cb4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:06:12 -0300 Subject: [PATCH] chore(main): release 3.1.1 (#262) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- strawberry_django_plus/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4fea9..c466c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.1](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.1.0...v3.1.1) (2023-07-07) + + +### Bug Fixes + +* typo in docs ([#261](https://github.com/blb-ventures/strawberry-django-plus/issues/261)) ([72d43e5](https://github.com/blb-ventures/strawberry-django-plus/commit/72d43e5eac9d0bebe07234010745fd19432d9d1c)) + + +### Miscellaneous + +* **deps:** mark strawberry-graphql-django 0.10.0+ as not compatible ([2ee73d7](https://github.com/blb-ventures/strawberry-django-plus/commit/2ee73d70d29ecaef58d6420bc7038464704a4b81)) + ## [3.1.0](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.3...v3.1.0) (2023-07-05) diff --git a/pyproject.toml b/pyproject.toml index ce6827e..c0521a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strawberry-django-plus" -version = "3.1.0" +version = "3.1.1" description = "Enhanced Strawberry GraphQL integration with Django" authors = ["Thiago Bellini Ribeiro "] license = "MIT" diff --git a/strawberry_django_plus/__init__.py b/strawberry_django_plus/__init__.py index efd6e2a..bfebe53 100644 --- a/strawberry_django_plus/__init__.py +++ b/strawberry_django_plus/__init__.py @@ -17,7 +17,7 @@ _original_enum_init = EnumDefinition.__init__ _original_from_generic = NameConverter.from_generic -__version__ = "3.1.0" # x-release-please-version +__version__ = "3.1.1" # x-release-please-version def _get_doc(obj):