mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
feat: prep for new release (0.9.5)
This commit is contained in:
parent
c7ff94ced7
commit
998b2b1fbc
|
@ -1,5 +1,5 @@
|
||||||
django>=1.9.0
|
django>=1.9.0
|
||||||
django-rest-auth==0.9.4
|
django-rest-auth==0.9.5
|
||||||
djangorestframework>=3.7.0
|
djangorestframework>=3.7.0
|
||||||
django-allauth>=0.24.1
|
django-allauth>=0.24.1
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.5
|
||||||
|
-----
|
||||||
|
- fixed package distribution issue
|
||||||
|
|
||||||
0.9.4
|
0.9.4
|
||||||
-----
|
-----
|
||||||
- Compatibility fixes (#437, #506)
|
- Compatibility fixes (#437, #506)
|
||||||
|
|
|
@ -51,9 +51,9 @@ copyright = u'2018, Tivix Inc.'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.9.4'
|
version = '0.9.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.9.4'
|
release = '0.9.5'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ f.close()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-rest-auth',
|
name='django-rest-auth',
|
||||||
version='0.9.4',
|
version='0.9.5',
|
||||||
author='Sumit Chachra',
|
author='Sumit Chachra',
|
||||||
author_email='chachra@tivix.com',
|
author_email='chachra@tivix.com',
|
||||||
url='http://github.com/Tivix/django-rest-auth',
|
url='http://github.com/Tivix/django-rest-auth',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user