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 1
1
django>=1.9.0
2
- django-rest-auth==0.9.4
2
+ django-rest-auth==0.9.5
3
3
djangorestframework>=3.7.0
4
4
django-allauth>=0.24.1
5
5
six==1.9.0
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.9.5
5
+ -----
6
+ - fixed package distribution issue
7
+
4
8
0.9.4
5
9
-----
6
10
- Compatibility fixes (#437, #506)
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '0.9.4 '
54
+ version = '0.9.5 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.9.4 '
56
+ release = '0.9.5 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'django-rest-auth' ,
15
- version = '0.9.4 ' ,
15
+ version = '0.9.5 ' ,
16
16
author = 'Sumit Chachra' ,
17
17
18
18
url = 'http://github.com/Tivix/django-rest-auth' ,
You can’t perform that action at this time.
0 commit comments