From 78e72ba268e5210fb73dba67a5654238d798e2b8 Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Sat, 1 Jun 2019 08:24:05 +0200 Subject: [PATCH] Metadata for release 4.1.0 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df87a4e0..91e14522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 4.1.0 + +- Expiry format now defaults to whatever is used Django REST framework +- The behavior can be overriden via EXPIRY_DATETIME_FORMAT setting +- Fully customizable expiry format via format_expiry_datetime +- Fully customizable response payload via get_post_response_data + + ## 4.0.1 - Fix for tox config to build Django 2.2 on python 3.6 diff --git a/setup.py b/setup.py index cf039c03..5e6ae73a 100644 --- a/setup.py +++ b/setup.py @@ -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='4.0.1', + version='4.1.0', description='Authentication for django rest framework', long_description=long_description, long_description_content_type='text/markdown',