Skip to content

Commit 5368005

Browse files
author
github-actions
committed
0.6.5
Automatically generated by python-semantic-release
1 parent e8243cb commit 5368005

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.6.5 (2023-06-10)
6+
7+
### Fix
8+
9+
* Fix project version back to original ([`ae6d34a`](https://github.com/devind-team/graphene-django-filter/commit/ae6d34a823bed0c5617c96349ecbd72f8de3a87b))

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.6.4'
3+
__version__ = '0.6.5'
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.6.4"
3+
version = "0.6.5"
44
description = "Advanced filters for Graphene"
55
authors = ["devind-team <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)