Added - Support for vPIC Version 3.6, which was released on 2021-05-29 - Support for vPIC Version 3.5, which was release on 2021-05-14
0.3.1
Fixed - Fixed property names in README.md and in TypedClient docstrings
0.3.0
Added - Dataclasses for API return types - TypedClient returns dataclasses instead of JSON - Unit tests for TypedClient
0.2.0
Added - Added mypi.ini
Changed - Renamed vpic.Vpic to vpic.Client - Updated unit test expected results to use standardized variable names so they don't require patching (5). - Updated README.md with a code example
0.1.1
Changed - Reclassified responses and six as dev dependencies - Added repo URL to pyproject.toml - Tests are now only included in the source distribution