Skip to content

Commit

Permalink
feat: prep for new release (0.9.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodev committed Apr 1, 2019
1 parent ac44fbe commit c7ff94c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/requirements.pip
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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',
Expand Down

0 comments on commit c7ff94c

Please sign in to comment.