Skip to content

Commit

Permalink
chore: Update changelogs and release
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannicimolin committed Sep 30, 2024
1 parent 921818d commit 5465580
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
django-rest-knox
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.2
- Implement AUTO_REFRESH_MAX_TTL to limit total token lifetime when AUTO_REFRESH = True

## 5.0.1
- Fix migration: retrieve `TOKEN_MODEL` from `knox_settings` instead of Django settings.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='5.0.1',
version='5.0.2',
description='Authentication for django rest framework',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5465580

Please sign in to comment.