Skip to content

Commit

Permalink
Bump to version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Oct 17, 2021
1 parent 5842517 commit b7719ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Zerosoft Tecnologia LTDA"

# The full version, including alpha/beta/rc tags
release = "4.0.1"
release = "4.0.2"


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion graphene_django_plus/mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
from .models import GuardedModel
from .perms import check_authenticated, check_perms
from .settings import graphene_django_plus_settings
from .types import MutationErrorType, ResolverInfo, UploadType, schema_for_field, schema_registry
from .types import (
MutationErrorType,
ResolverInfo,
UploadType,
schema_for_field,
schema_registry,
)
from .utils import get_model_fields, get_node, get_nodes, update_dict_nested

_registry = get_global_registry()
Expand Down
3 changes: 1 addition & 2 deletions graphene_django_plus/queries.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import graphene

from .types import ResolverInfo
from .types import SchemaType, schema_registry
from .types import ResolverInfo, SchemaType, schema_registry


class Query:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphene-django-plus"
version = "4.0.1"
version = "4.0.2"
description = "Tools to easily create permissioned CRUD endpoints in graphene."
authors = ["Thiago Bellini Ribeiro <thiago@bellini.dev>"]
license = "MIT"
Expand Down

0 comments on commit b7719ff

Please sign in to comment.