**Full Changelog**: https://github.com/Tobi-De/dj-shop-cart/compare/v6.0.0...6.0.1
- Resolved an issue where cart metadata from previous sessions were not being loaded upon instantiation of a new cart.
- The `get_price` method now accepts any numeric type (int, float, Decimal) as a parameter, rather than only relying on Decimal values.