Skip to content

Commit 6e81644

Browse files
author
mongkok
committed
v0.3.0
1 parent 4dfc338 commit 6e81644

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Contributors
99
* `@jxltom <https://github.com/jxltom>`_
1010
* Jarosław Wygoda, `@jwygoda <https://github.com/jwygoda>`_
1111
* Sultan Iman, `@imanhodjaev <https://github.com/imanhodjaev>`_
12+
* Víðir Valberg Guðmundsson, `@valberg <https://github.com/valberg>`_
1213
* William Mai, `@wmai <https://github.com/wmai>`_
1314
* Jarosław Wygoda, `@adogyf <https://github.com/adogyf>`_
1415
* Kamil Rykowski, `@vintage <https://github.com/vintage>`_
@@ -18,3 +19,4 @@ Contributors
1819
* `@mtszsobczak <https://github.com/mtszsobczak>`_
1920
* Aaron Boman `@frenchtoast747 <https://github.com/frenchtoast747>`_
2021
* Colton Hicks `@coltonbh <https://github.com/coltonbh>`_
22+
* Lasse Steffen `@lassesteffen <https://github.com/lassesteffen>`_

CHANGES.rst

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

4+
0.3.0
5+
-----
6+
7+
* Added Django 3.0 support
8+
* Removed Python 2.7 support
9+
410
0.2.3
511
-----
612

graphql_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
'Revoke',
1313
]
1414

15-
__version__ = '0.2.3'
15+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)