From b7e0e76cb876cfc83aa1e6c7e906d9ed56397b66 Mon Sep 17 00:00:00 2001 From: "Jose E.R" Date: Mon, 23 Oct 2017 22:00:50 +0200 Subject: [PATCH] 0.24.2 version. --- README.md | 9 +++++++-- README.rst | 9 +++++++-- setup.py | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb296c0..031645a 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,15 @@ Versions - 0.22 (HAM McLaren 2008/BUT Brawn 2009) - 0.27-VIL (Gilles Villeneuve 27) +0.24.2 +====== +- Adding cache +- Fixes and improvement of code + 0.24.1 ====== - Driver/Team profile -- Improve record/streak views +- Improvement record/streak views 0.24 ==== @@ -72,7 +77,7 @@ Versions 0.23 ==== - Refactor code -- API improves +- API improvement - Streak and Rank models 0.22 diff --git a/README.rst b/README.rst index a38bdbc..32eb187 100644 --- a/README.rst +++ b/README.rst @@ -56,10 +56,15 @@ Versions - 0.22 (HAM McLaren 2008/BUT Brawn 2009) - 0.27-VIL (Gilles Villeneuve 27) +0.24.2 +====== +- Adding cache +- Fixes and improvement of code + 0.24.1 ====== - Driver/Team profile -- Improve record/streak views +- Improvement record/streak views 0.24 ==== @@ -69,7 +74,7 @@ Versions 0.23 ==== - Refactor code -- API improves +- API improvement - Streak and Rank models 0.22 diff --git a/setup.py b/setup.py index 5ee8897..cce9ef6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-driver27', - version='0.24.1', + version='0.24.2', include_package_data=True, packages=find_packages(), url='https://github.com/SRJ9/django-driver27.git',