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

Commit f69553f

Browse files
chore(main): release 3.1.1 (#262)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ee73d7 commit f69553f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [3.1.1](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.1.0...v3.1.1) (2023-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps:** mark strawberry-graphql-django 0.10.0+ as not compatible ([2ee73d7](https://github.com/blb-ventures/strawberry-django-plus/commit/2ee73d70d29ecaef58d6420bc7038464704a4b81))
14+
315
## [3.1.0](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.3...v3.1.0) (2023-07-05)
416

517

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 = "3.1.0"
3+
version = "3.1.1"
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__ = "3.1.0" # x-release-please-version
20+
__version__ = "3.1.1" # x-release-please-version
2121

2222

2323
def _get_doc(obj):

0 commit comments

Comments
 (0)