We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b0e53 commit d9b3ccbCopy full SHA for d9b3ccb
graphene_django_filter/__init__.py
@@ -1,6 +1,6 @@
1
"""Graphene-django-filter source."""
2
3
-__version__ = '0.3.0'
+__version__ = '0.4.0'
4
5
from .connection_field import AdvancedDjangoFilterConnectionField
6
from .filterset import AdvancedFilterSet
pyproject.toml
[tool.poetry]
name = "graphene-django-filter"
-version = "0.3.0"
+version = "0.4.0"
description = "Advanced filters for Graphene"
authors = ["devind-team <[email protected]>"]
license = "MIT"
0 commit comments