Skip to content

Commit

Permalink
Version 0.9.2, py37 and django 2.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld committed Aug 9, 2018
1 parent dae5d5f commit 9d7070e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Django-twilio makes it easy to use Twilio in your Django projects.

Version 0.9.0 supports twilio 6.x and django 1.8-2.0.

Version 0.9.2 has minimal py3.7 and also allows django 2.1

For legacy twilio (5.x SDK), please see the 0.8 version.

Documentation
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ User's Guide

Version 0.9.0 supports twilio 6.x and django 1.8-2.0.

Version 0.9.2 has minimal py3.7 and also allows django 2.1

For legacy twilio (5.x SDK), please see the 0.8 version.


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.1',
version='0.9.2',
packages=find_packages(),

# Packaging options:
Expand Down

0 comments on commit 9d7070e

Please sign in to comment.