Skip to content

Commit 5465580

Browse files
chore: Update changelogs and release
1 parent 921818d commit 5465580

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Diff for: .python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
django-rest-knox

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.2
2+
- Implement AUTO_REFRESH_MAX_TTL to limit total token lifetime when AUTO_REFRESH = True
3+
14
## 5.0.1
25
- Fix migration: retrieve `TOKEN_MODEL` from `knox_settings` instead of Django settings.
36

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Versions should comply with PEP440. For a discussion on single-sourcing
1818
# the version across setup.py and the project code, see
1919
# https://packaging.python.org/en/latest/single_source_version.html
20-
version='5.0.1',
20+
version='5.0.2',
2121
description='Authentication for django rest framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)