Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 31, 2022
1 parent 91773f0 commit bd19e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphene_django_filter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Graphene-django-filter source."""

__version__ = '0.6.2'
__version__ = '0.6.3'

from .connection_field import AdvancedDjangoFilterConnectionField
from .filterset import AdvancedFilterSet
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-filter"
version = "0.6.2"
version = "0.6.3"
description = "Advanced filters for Graphene"
authors = ["devind-team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bd19e6a

Please sign in to comment.