- add the xml file to release..
- bump version to get a proper release done after fixing publish workflow
- Sync all zeep requirements to 4.2.1
- Fix test_010_create_mindata to send WebServerScriptNamePart which is required now
- Allow defining shoptype as env variable for tests
- up Pipenv python version to 3.8
- refactor zeep utils to own file
- use local copy of soap-encodings as the server is not stable * see: mvantellingen/python-zeep#1417
- remove last remrants of travis from docs
- fix readme in built package
- retest deploy process
- drop travis and switch to github actions for pypi publish
- fix pypi and docs build
- drop support for python 2.7
- update zeep to 4.0.0
- added two new methods get_shop_attribute and set_shop_attribute to shop class
- fixed some documentation typos
- fixed some code comments
- updated dev requirements via pyup
- update zeep to 3.1.0
- added coveralls to testsuite
- ShopAddress attributes to shop class
- update to ShopConfigService12, getAllInfo is now fixed
- added "shop" class which is a pythonic wrapper over the shopconfigservice
- fixed AddtionalAttributes and SecondaryDomains
- restructuring
- First "working" release
- Travis deployment tests
- First release on PyPI.