File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11django>=1.9.0
2- django-rest-auth==0.9.4
2+ django-rest-auth==0.9.5
33djangorestframework>=3.7.0
44django-allauth>=0.24.1
55six==1.9.0
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.9.5
5+ -----
6+ - fixed package distribution issue
7+
480.9.4
59-----
610- Compatibility fixes (#437, #506)
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '0.9.4 '
54+ version = '0.9.5 '
5555# The full version, including alpha/beta/rc tags.
56- release = '0.9.4 '
56+ release = '0.9.5 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'django-rest-auth' ,
15- version = '0.9.4 ' ,
15+ version = '0.9.5 ' ,
1616 author = 'Sumit Chachra' ,
1717 author_email = 'chachra@tivix.com' ,
1818 url = 'http://github.com/Tivix/django-rest-auth' ,
You can’t perform that action at this time.
0 commit comments