Skip to content

Commit

Permalink
Rename v0.19.1.1 to v0.19.2 and publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
SRJ9 committed Dec 30, 2016
1 parent cd5b2fd commit 516cfab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
...
Expand All @@ -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
====
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
...
Expand All @@ -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
====
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 516cfab

Please sign in to comment.