diff --git a/CHANGES.rst b/CHANGES.rst index 173ed22..e8ed688 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Change Log ========== +1.1.1 +----- + +* Made RateService_v16.wsdl point at ws.fedex.com instead of + wsbeta.fedex.com. Fixes issues in production. (ikks) + 1.1.0 ----- diff --git a/fedex/__init__.py b/fedex/__init__.py index 21064bb..9e7f521 100644 --- a/fedex/__init__.py +++ b/fedex/__init__.py @@ -52,4 +52,4 @@ our U{Google Code project} and enter an issue in the U{Issue Tracker}. """ -VERSION = '1.1.0' +VERSION = '1.1.1' diff --git a/setup.py b/setup.py index d01b0cd..65e7e05 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ description='Fedex Web Services API wrapper.', long_description=LONG_DESCRIPTION, author='Gregory Taylor', - author_email='snagglepants@gmail.com.com', + author_email='gtaylor@gc-taylor.com', url='https://github.com/gtaylor/python-fedex', download_url='http://pypi.python.org/pypi/fedex/', packages=['fedex', 'fedex.services', 'fedex.printers'],