Skip to content

Commit 5cec6df

Browse files
committed
0.5.1
Automatically generated by python-semantic-release
1 parent 2a3a977 commit 5cec6df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphene_django_filter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Graphene-django-filter source."""
22

3-
__version__ = '0.5.0'
3+
__version__ = '0.5.1'
44

55
from .connection_field import AdvancedDjangoFilterConnectionField
66
from .filterset import AdvancedFilterSet

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphene-django-filter"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Advanced filters for Graphene"
55
authors = ["devind-team <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)