From b246d9764e75a12ad9af332571a0c5811d5ab63b Mon Sep 17 00:00:00 2001 From: "Jose E.R" Date: Thu, 16 Mar 2017 23:16:49 +0100 Subject: [PATCH] Update to 0.22 version. --- README.md | 8 ++++++++ README.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 704f3e1..b7727e2 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,16 @@ Versions - 0.14c (Fernando Alonso 14) - 0.16c (Race to Championship '16) - 0.19 (Ayrton Senna's Toleman's car number '84 - Debut) +- 0.22 (HAM McLaren 2008/BUT Brawn 2009) - 0.27-VIL (Gilles Villeneuve 27) + +0.22 +==== +- Calculate team standing with a different punctuation system (like driver ranking) +- All ranks in season are available in competition. +- Refactor. + 0.19.4 ====== - Race points will be saved in BD diff --git a/README.rst b/README.rst index 929ee7f..fb13514 100644 --- a/README.rst +++ b/README.rst @@ -52,8 +52,15 @@ Versions - 0.14c (Fernando Alonso 14) - 0.16c (Race to Championship '16) - 0.19 (Ayrton Senna's Toleman's car number '84 - Debut) +- 0.22 (HAM McLaren 2008/BUT Brawn 2009) - 0.27-VIL (Gilles Villeneuve 27) +0.22 +==== +- Calculate team standing with a different punctuation system (like driver ranking) +- All ranks in season are available in competition. +- Refactor. + 0.19.4 ====== - Race points will be saved in BD diff --git a/setup.py b/setup.py index 9571ce0..9cdb59a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-driver27', - version='0.19.5x', + version='0.22', include_package_data=True, packages=find_packages(), url='https://github.com/SRJ9/django-driver27.git',