diff --git a/README.md b/README.md index 365f2ec..725842d 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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. diff --git a/README.rst b/README.rst index e549576..e1f7e1e 100644 --- a/README.rst +++ b/README.rst @@ -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. @@ -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 @@ -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. diff --git a/setup.py b/setup.py index 4947dc3..eae4695 100644 --- a/setup.py +++ b/setup.py @@ -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',