Skip to content

Bug fixes and dependency update

Latest
Compare
Choose a tag to compare
@gray-adeyi gray-adeyi released this 30 Apr 19:06
720e2d2

Changed the type hint on money values. from int to Union[int,float], Decimal would have been preferred but for simplicity we're going with Union[int,float] but care is important when making calculations.