Skip to content

Commit 998b2b1

Browse files
committed
feat: prep for new release (0.9.5)
1 parent c7ff94c commit 998b2b1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Diff for: demo/requirements.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django>=1.9.0
2-
django-rest-auth==0.9.4
2+
django-rest-auth==0.9.5
33
djangorestframework>=3.7.0
44
django-allauth>=0.24.1
55
six==1.9.0

Diff for: docs/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
0.9.5
5+
-----
6+
- fixed package distribution issue
7+
48
0.9.4
59
-----
610
- Compatibility fixes (#437, #506)

Diff for: docs/conf.py

+2-2
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.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.

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='django-rest-auth',
15-
version='0.9.4',
15+
version='0.9.5',
1616
author='Sumit Chachra',
1717
author_email='[email protected]',
1818
url='http://github.com/Tivix/django-rest-auth',

0 commit comments

Comments
 (0)