From c7ff94ced701a9134630682a1ace7a279bddcbc5 Mon Sep 17 00:00:00 2001 From: mario Date: Mon, 1 Apr 2019 07:51:51 +0200 Subject: [PATCH] feat: prep for new release (0.9.4) --- demo/requirements.pip | 2 +- docs/changelog.rst | 8 ++++++++ docs/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/demo/requirements.pip b/demo/requirements.pip index 7480482..a74495b 100644 --- a/demo/requirements.pip +++ b/demo/requirements.pip @@ -1,5 +1,5 @@ django>=1.9.0 -django-rest-auth==0.9.3 +django-rest-auth==0.9.4 djangorestframework>=3.7.0 django-allauth>=0.24.1 six==1.9.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index fa79dbc..65fa7b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +0.9.4 +----- +- Compatibility fixes (#437, #506) +- JWT auth cookie fix (#345) +- config & packaging fixes +- updated docs +- added new translations (Czech, Chinese, Turkish, Korean) + 0.9.3 ----- - added social connect views diff --git a/docs/conf.py b/docs/conf.py index c8ecb3b..0e988c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2018, Tivix Inc.' # built documents. # # The short X.Y version. -version = '0.9.3' +version = '0.9.4' # The full version, including alpha/beta/rc tags. -release = '0.9.3' +release = '0.9.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 66c4c04..f71f293 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ f.close() setup( name='django-rest-auth', - version='0.9.3', + version='0.9.4', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',