Skip to content

Commit 19df006

Browse files
authored
Merge pull request #187 from xrmx/back410
Metadata for release 4.1.0
2 parents 4e87188 + d6a6694 commit 19df006

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.1.0
2+
3+
- Expiry format now defaults to whatever is used Django REST framework
4+
- The behavior can be overriden via EXPIRY_DATETIME_FORMAT setting
5+
- Fully customizable expiry format via format_expiry_datetime
6+
- Fully customizable response payload via get_post_response_data
7+
8+
19
## 4.0.1
210

311
- Fix for tox config to build Django 2.2 on python 3.6

setup.py

Lines changed: 1 addition & 1 deletion
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='4.0.1',
20+
version='4.1.0',
2121
description='Authentication for django rest framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)