- Added `get_products` and `create_product`. - Added `create_customer`. - gocept.collmex.testing.cleanup_collmex() now only deletes any existing data, it does not add any sample customers or products, use the API for that.
0.3.1
------------------
- Python 2.5 compatibility.
0.3
----------------
- Using Windows-1252 as encoding when uploading data (used to be ISO-8859-1). - Fixed transaction integration when upload fails.
0.2
----------------
- Modifications for changed Collmex API. - Added ``get_customers`` to query customers (API ``CUSTOMER_GET``).
0.1
----------------
- first release. Supports getting and storing invoices.