Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 22, 2022
1 parent 2a3a977 commit 5cec6df
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.5.0'
__version__ = '0.5.1'

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.5.0"
version = "0.5.1"
description = "Advanced filters for Graphene"
authors = ["devind-team <team@devind.ru>"]
license = "MIT"
Expand Down

0 comments on commit 5cec6df

Please sign in to comment.