From ee0c2d3a482a2651b44b58b0682974a8ddb7476c Mon Sep 17 00:00:00 2001 From: "Jose E.R" Date: Fri, 17 Feb 2017 23:21:06 +0100 Subject: [PATCH] Modify README to v0.19.3 --- README.md | 3 ++- README.rst | 3 ++- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a6d931..7fe1f30 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ Versions 0.19.3 ====== -- Incompatible with Django 1.7 (adding rest_framework) +- Add Django Rest Framework +- Incompatible with Django 1.7 0.19.2 ====== diff --git a/README.rst b/README.rst index 36e41dd..333ffe9 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,8 @@ Versions 0.19.3 ====== -- Incompatible with Django 1.7 (adding rest_framework) +- Add Django Rest Framework +- Incompatible with Django 1.7 0.19.2 ====== diff --git a/setup.py b/setup.py index dfdae6d..8e92db0 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ setup( name='django-driver27', - version='0.19.3x', + version='0.19.3', include_package_data=True, packages=find_packages(), url='https://github.com/SRJ9/django-driver27.git', - download_url='https://github.com/SRJ9/django-driver27/archive/master.zip', + download_url='https://github.com/SRJ9/django-driver27/archive/develop.zip', license='MIT', author='Jose ER', author_email='srj9es@gmail.com',