0.5.6
- Added so that
Money
,Number
andRate
objects can now be copied using thecopy.copy()
andcopy.deepcopy()
functions. - Python 3.12 added to test matrix and trove classifiers.
- Fixes some type hints that previously would show as
Unknown
in some LSPs.