From c4e028c528251f285bf366719c725426b94347b3 Mon Sep 17 00:00:00 2001 From: "Jose E.R" Date: Wed, 16 Nov 2016 15:20:07 +0100 Subject: [PATCH] Modify setup and readme for future versions. --- MANIFEST.in | 1 + README.md | 5 +++++ README.rst | 5 +++++ setup.py | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index cbfbd67..f0914b0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,7 @@ include README.md include README.rst recursive-include driver27 *.py recursive-include driver27/fixtures *.json +recursive-include driver27/locale * recursive-include driver27/migrations *.py recursive-include driver27/static *.css recursive-include driver27/templates *.html diff --git a/README.md b/README.md index d10ecd7..5864581 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,13 @@ Versions ======== - 0.14c (Fernando Alonso 14) - 0.16c (Race to Championship '16) +- 0.17x - 0.27-VIL (Gilles Villeneuve 27) +0.17x (in process) +================== +Spanish translation + 0.16 ==== - What would happen if the 10-point scoring system was used? Would the champion be the same? This version will give you the answer. diff --git a/README.rst b/README.rst index d67ca1c..a9ed4b5 100644 --- a/README.rst +++ b/README.rst @@ -28,8 +28,13 @@ Versions - 0.14c (Fernando Alonso 14) - 0.16c (Race to Championship '16) +- 0.17x - 0.27-VIL (Gilles Villeneuve 27) +0.17x (in process) +================= +- Spanish translation + 0.16 ==== diff --git a/setup.py b/setup.py index 0c19d12..fbe24e6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-driver27', - version='0.16c', + version='0.17x', include_package_data=True, packages=find_packages(), url='https://github.com/SRJ9/django-driver27.git',