Skip to content

Commit

Permalink
Version 0.9.0 (#124) (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld committed Feb 6, 2018
1 parent 1e4ef68 commit d671c31
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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

0 comments on commit d671c31

Please sign in to comment.