topstats version 1.1.3 is here!
What's in store in this update:
- Add proper unit tests with a 100% coverage guarantee.
- Fix the
Botclass failing in some cases because thetopGGIdproperty does not exist. (Thetopgg_idproperty is now nullable.) - Fix the
DataPointclass failing in some cases because the value does not exist. (TheDataPointclass' internal integer value is now nullable.) - Fix ratelimit handling not working because of
namedtuple-adjacentAttributeErrors. - Refactor typings in accordance with Python 3.10's standards.
Full changelog: v1.1.2...v1.1.3