- Fixed compatibility with the latest version of xmltodict. Netvisor.py now requires xmltodict >= 0.10.1. - Added support for customer's email invoicing address. - Fixed case problem with product's unit price type. - Added official Python 3.5 support.
0.5.0
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added support for invoice line free text field when creating a sales invoice.
0.4.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Updated Marshmallow requirement to >= 2.0.0. - Added support for additional address line when creating/updating a customer.
0.3.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed UnicodeEncodeError when making a request containing non-ASCII characters.
0.3.3
^^^^^^^^^^^^^^^^^^^^^^
- Fixed too strict validation for payment term fields returned by Netvisor API in ``netvisor.sales_invoices.get()``.