Skip to content

0.1.2 (2018-08-26)

Compare
Choose a tag to compare
@Dmitrii-I Dmitrii-I released this 30 Jan 20:21
· 287 commits to master since this release
  • Fix bug in SoccerApiV2.season_results() default value. Default value must an empty tuple not None.
  • Stop caching SoccerApiV2.season() method. When season() was called and the cache was empty, a call to seasons() was made to populate the cache. This proved to be too slow to be useful.