0.1.2 (2018-08-26)
- Fix bug in
SoccerApiV2.season_results()
default value. Default value must an empty tuple notNone
. - Stop caching
SoccerApiV2.season()
method. Whenseason()
was called and the cache was empty, a call toseasons()
was made to populate the cache. This proved to be too slow to be useful.