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',