Skip to content

Commit

Permalink
Prepare 0.3.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 16, 2022
1 parent 7ae7eae commit 17d38f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v0.3

### v0.3.17

- Updated requirements.

### v0.3.16

- Nothing new, adding `PyJWT<=2.0.0` to requirements
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v0.3

### v0.3.17

- Updated requirements

### v0.3.16

- Nothing new, adding `PyJWT<=2.0.0` to requirements
Expand Down
2 changes: 1 addition & 1 deletion graphql_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.16"
__version__ = "0.3.17"

default_app_config = "graphql_auth.apps.GraphQLAuthConfig"

0 comments on commit 17d38f2

Please sign in to comment.