Skip to content

Commit c7ff94c

Browse files
committed
feat: prep for new release (0.9.4)
1 parent ac44fbe commit c7ff94c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

demo/requirements.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django>=1.9.0
2-
django-rest-auth==0.9.3
2+
django-rest-auth==0.9.4
33
djangorestframework>=3.7.0
44
django-allauth>=0.24.1
55
six==1.9.0

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
0.9.4
5+
-----
6+
- Compatibility fixes (#437, #506)
7+
- JWT auth cookie fix (#345)
8+
- config & packaging fixes
9+
- updated docs
10+
- added new translations (Czech, Chinese, Turkish, Korean)
11+
412
0.9.3
513
-----
614
- added social connect views

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.9.3'
54+
version = '0.9.4'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.9.3'
56+
release = '0.9.4'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='django-rest-auth',
15-
version='0.9.3',
15+
version='0.9.4',
1616
author='Sumit Chachra',
1717
author_email='chachra@tivix.com',
1818
url='http://github.com/Tivix/django-rest-auth',

0 commit comments

Comments
 (0)