Skip to content

v2.3.2

Compare
Choose a tag to compare
@questionlp questionlp released this 30 Aug 03:50
· 87 commits to main since this release
b4f0fba

Version 2.3.2

Application Changes

  • Fix issue where panelists/scores/id and panelists/scores/slug return scores as int instead of Decimal due to Union[int, Decimal] would return an int. Switched to Union[Decimal, int] to allow Decimal to take precedence

Pull Request(s): #39

Full Changelog: v2.3.1...v2.3.2