Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 99b1166

Browse files
chore(release/2.x): release 2.6.5 (#252)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1cec36 commit 99b1166

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.6.5](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.4...v2.6.5) (2023-06-23)
4+
5+
6+
### Code Refactoring
7+
8+
* support for strawberry 0.187.5+ ([d1cec36](https://github.com/blb-ventures/strawberry-django-plus/commit/d1cec365cc8dfd357f96dc4a0f69cc4d0d0c863d))
9+
310
## [2.6.4](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.3...v2.6.4) (2023-06-14)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "strawberry-django-plus"
3-
version = "2.6.4"
3+
version = "2.6.5"
44
description = "Enhanced Strawberry GraphQL integration with Django"
55
authors = ["Thiago Bellini Ribeiro <[email protected]>"]
66
license = "MIT"

strawberry_django_plus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
_original_enum_init = EnumDefinition.__init__
1818
_original_from_generic = NameConverter.from_generic
1919

20-
__version__ = "2.6.4" # x-release-please-version
20+
__version__ = "2.6.5" # x-release-please-version
2121

2222

2323
def _get_doc(obj):

0 commit comments

Comments
 (0)