Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.9.0 #124

Merged
merged 1 commit into from
Feb 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Integrate Twilio into your Django apps with ease.
.. image:: https://readthedocs.org/projects/django-twilio/badge/?version=latest
:target: https://readthedocs.org/projects/django-twilio/badge/?version=latest
.. image:: https://img.shields.io/pypi/pyversions/coverage.svg
:target: https://pypi.python.org/pypi/django-twilio/0.9.0a1
:target: https://pypi.python.org/pypi/django-twilio/0.9.0
:alt: Python versions supported


Expand All @@ -30,9 +30,9 @@ Twilio makes it easy to send & receive SMS messages, and create & manage voice c

Django-twilio makes it easy to use Twilio in your Django projects.

twilio 5.x SDK support works for the 0.8 version.
Version 0.9.0 supports twilio 6.x and django 1.8-2.0.

Please see version 0.9.0a1 for twilio 6.x support. Stable release is on the way.
For legacy twilio (5.x SDK), please see the 0.8 version.

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion django_twilio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
A simple library for building twilio-powered Django webapps.
"""

__version__ = '0.9.0a1'
__version__ = '0.9.0'
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Integrate Twilio into your Django apps with ease.
.. image:: https://readthedocs.org/projects/django-twilio/badge/?version=latest
:target: https://readthedocs.org/projects/django-twilio/badge/?version=latest
.. image:: https://img.shields.io/pypi/pyversions/coverage.svg
:target: https://pypi.python.org/pypi/django-twilio/0.9.0a1
:target: https://pypi.python.org/pypi/django-twilio/0.9.0
:alt: Python versions supported

Meta
Expand All @@ -32,9 +32,9 @@ User's Guide
------------


twilio 5.x SDK support works for the 0.8 version.
Version 0.9.0 supports twilio 6.x and django 1.8-2.0.

Please see version 0.9.0a1 for twilio 6.x support. Stable release is on the way.
For legacy twilio (5.x SDK), please see the 0.8 version.


This part of the documentation contains an extensive walk through of
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Basic package information:
name='django-twilio',
version='0.9.0a1',
version='0.9.0',
packages=find_packages(),

# Packaging options:
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ django-nose==1.4.4
flake8==2.2.2
ipdb==0.8
ipython==1.2.1
mock==2.0.0
mock==2.0.0