Skip to content

Commit 704f24e

Browse files
author
mongkok
committed
v0.3.4
1 parent c53078c commit 704f24e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.3.4
5+
-----
6+
7+
* Added JSONWebTokenBackend.get_user method
8+
49
0.3.3
510
-----
611

graphql_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"DeleteRefreshTokenCookie",
2121
]
2222

23-
__version__ = "0.3.3"
23+
__version__ = "0.3.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "django-graphql-jwt"
7-
version = "0.3.3"
7+
version = "0.3.4"
88
description = "JSON Web Token for Django GraphQL."
99
license = "MIT"
1010
authors = ["mongkok <dani@domake.io>"]

0 commit comments

Comments
 (0)