From 9d7070eebaf08e04286fff59edacf2da96cc8667 Mon Sep 17 00:00:00 2001 From: Jason Held Date: Wed, 8 Aug 2018 21:18:45 -0400 Subject: [PATCH] Version 0.9.2, py37 and django 2.1 support. --- README.rst | 2 ++ docs/source/index.rst | 2 ++ setup.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0816c6e..a7011ac 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index 40858cd..02ef7fe 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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. diff --git a/setup.py b/setup.py index a0e04fa..054eeb2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # Basic package information: name='django-twilio', - version='0.9.1', + version='0.9.2', packages=find_packages(), # Packaging options: