We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae7eae commit 17d38f2Copy full SHA for 17d38f2
CHANGES.md
@@ -2,6 +2,10 @@
2
3
## v0.3
4
5
+### v0.3.17
6
+
7
+- Updated requirements.
8
9
### v0.3.16
10
11
- Nothing new, adding `PyJWT<=2.0.0` to requirements
docs/changelog.md
+- Updated requirements
graphql_auth/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.3.16"
+__version__ = "0.3.17"
default_app_config = "graphql_auth.apps.GraphQLAuthConfig"
0 commit comments