v2.0.2
This release does NOT contain #153
Hotfix release:
- Add workaround for https://bugs.python.org/issue37527 (changed default OAuthToken expiry to 1971 instead of 1970)
- Fix type of
pack_tags
to belist[str]
- Added
track_id: int
,related_users: list[User]
,current_user_attributes: CurrentUserAttributes
,description: BeatmapDescription
,genre: BeatmapGenre
,language: BeatmapLanguage
,converts: list[Beatmap]
toBeatmapset
object - Add beatmap-related fields to
CurrentUserAttributes