Changes:
- Winners of stages of a race are parsed from `Race.stages_winners` method, not from `Race.stages` method as previously.
- `Stage.avg_speed_winner`, `Stage.avg_temperature`, `Stage.start_time`, `Stage.race_category` metohds added: https://github.com/themm1/procyclingstats/pull/19
- `Rider.image_url` method added: https://github.com/themm1/procyclingstats/issues/22
- Bonus is parsed in time format (`H:MM:SS`, not as number of seconds): https://github.com/themm1/procyclingstats/pull/19
Issues fixed:
- Bike parsing `Team.bike()` method fixed: https://github.com/themm1/procyclingstats/pull/25