Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 11, 2022
1 parent 9cbb1d0 commit 05e93a4
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.4.1'
__version__ = '0.5.0'

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.4.1"
version = "0.5.0"
description = "Advanced filters for Graphene"
authors = ["devind-team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 05e93a4

Please sign in to comment.