Skip to content

Commit

Permalink
0.19 version
Browse files Browse the repository at this point in the history
  • Loading branch information
SRJ9 committed Dec 9, 2016
1 parent c6ac116 commit c8412a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ TABBED_ADMIN_USE_JQUERY_UI = True
Versions
========
- 0.14c (Fernando Alonso 14)
- 0.16c (Race to Championship '16)
- 0.19x
- 0.16c (Road to Championship '16)
- 0.19 (Ayrton Senna's Toleman's car number '84 - Debut)
- 0.27-VIL (Gilles Villeneuve 27)

0.19x (in process)
==================
0.19
====
- Spanish translation
- Link to copy season copying teams and races to add_view. Seats is potentially bugged by team dependency (both would be create at the same time).
- Fix bugs founded in previous versions.
Expand Down Expand Up @@ -63,7 +63,7 @@ models
- Seat (Contender/Team relation)
- fixtures folder contains fixture of each model to demo project.

Demo (virtuaenv recomended)
Demo (virtualenv recomended)
===========================
```bash
$ git clone https://github.com/SRJ9/django-driver27
Expand All @@ -78,7 +78,7 @@ Todo
- [ ] Add records by season, driver, team, competition
- [ ] Add drivers profile with records, last_wins, teams...
- [x] Add easy clone to Season
- [ ] Translate
- [x] Translate
- [ ] 1980's punctuation. Only 11 best results.
- [ ] Old punctuation. Split season races, and get only 4 of each half.

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Versions

- 0.14c (Fernando Alonso 14)
- 0.16c (Race to Championship '16)
- 0.19x
- 0.19 (Ayrton Senna's Toleman's car number '84 - Debut)
- 0.27-VIL (Gilles Villeneuve 27)

0.19x (in process)
==================
0.19
====
- Spanish translation
- Link to copy season copying teams and races to add_view. Seats is potentially bugged by team dependency (both would be create at the same time).
- Fix bugs founded in previous versions.
Expand Down Expand Up @@ -72,8 +72,8 @@ models
- Seat (Contender/Team relation)
- fixtures folder contains fixture of each model to demo project.

Demo (virtuaenv recomended)
===========================
Demo (virtualenv recommended)
=============================

.. code:: bash
Expand All @@ -89,7 +89,7 @@ Todo
- [ ] Add records by season, driver, team, competition
- [ ] Add drivers profile with records, last\_wins, teams...
- [x] Add easy clone to Season
- [ ] Translate
- [x] Translate
- [ ] 1980's punctuation. Only 11 best results.
- [ ] Old punctuation. Split season races, and get only 4 of each half.

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.19x',
version='0.19',
include_package_data=True,
packages=find_packages(),
url='https://github.com/SRJ9/django-driver27.git',
Expand Down

0 comments on commit c8412a2

Please sign in to comment.