mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-24 10:03:44 +03:00
feat: prep for new release (0.9.4)
This commit is contained in:
parent
ac44fbe07a
commit
c7ff94ced7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user