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