From 516cfab528a72f36ae01799c0d016bbabfd94458 Mon Sep 17 00:00:00 2001 From: "Jose E.R" Date: Fri, 30 Dec 2016 19:10:41 +0100 Subject: [PATCH] Rename v0.19.1.1 to v0.19.2 and publish. --- README.md | 11 +++++------ README.rst | 10 +++++----- setup.py | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b2678df..3594520 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ DR27\_CONFIG Now, you can add more punctuation and record configs adding DR27\_CONFIG in your settings.py. Follow this example : - DR27_DEMO = { + DR27_CONFIG = { 'RECORDS': { 'PODIUM-GATES': {'label': _('At the gates of podium'), 'filter': {'finish__exact': 4}}, ... @@ -56,16 +56,15 @@ Versions - 0.19 (Ayrton Senna's Toleman's car number '84 - Debut) - 0.27-VIL (Gilles Villeneuve 27) -0.19.1.1 -======== +0.19.2 +====== -- Team records by season (total, races with at least one and races - with doubles) +- Allow different Team ranks (total, races with at least one and races with double coincidence) 0.19.1 ====== -- Records by season +- Ranks by season 0.19 ==== diff --git a/README.rst b/README.rst index 844203b..fa5f11b 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Now, you can add more punctuation and record configs adding DR27_CONFIG in your Follow this example :: - DR27_DEMO = { + DR27_CONFIG = { 'RECORDS': { 'PODIUM-GATES': {'label': _('At the gates of podium'), 'filter': {'finish__exact': 4}}, ... @@ -53,13 +53,13 @@ Versions - 0.19 (Ayrton Senna's Toleman's car number '84 - Debut) - 0.27-VIL (Gilles Villeneuve 27) -0.19.1.1 -======== -- Team records by season (total, races with at least one and races with doubles) +0.19.2 +====== +- Allow different Team ranks (total, races with at least one and races with races with double coincidence) 0.19.1 ====== -- Records by season +- Ranks by season 0.19 ==== diff --git a/setup.py b/setup.py index 8c9d13e..b228d82 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-driver27', - version='0.19.1.1', + version='0.19.2', include_package_data=True, packages=find_packages(), url='https://github.com/SRJ9/django-driver27.git',