diff --git a/mws/mws.py b/mws/mws.py index 2ef74efc..1df7cf00 100644 --- a/mws/mws.py +++ b/mws/mws.py @@ -69,6 +69,7 @@ "UK": "https://mws-eu.amazonservices.com", # A1F83G8C2ARO7P - GB alias "US": "https://mws.amazonservices.com", # ATVPDKIKX0DER "PL": "https://mws-eu.amazonservices.com", # A1C3SOZRARQ6R3 + "BE": "https://mws-eu.amazonservices.com", # AMEN7PMS3EDWL } # spell-checker: enable diff --git a/setup.py b/setup.py index d1fc2dc9..0f5c8bec 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import setuptools -version = "0.8.15" +version = "0.8.16" homepage = "http://github.com/python-amazon-mws/python-amazon-mws" short_description = "Python library for interacting with the Amazon MWS API"