We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bee40f commit f712f55Copy full SHA for f712f55
3 files changed
CHANGES.rst
@@ -1,6 +1,12 @@
1
Change Log
2
==========
3
4
+1.1.1
5
+-----
6
+
7
+* Made RateService_v16.wsdl point at ws.fedex.com instead of
8
+ wsbeta.fedex.com. Fixes issues in production. (ikks)
9
10
1.1.0
11
-----
12
fedex/__init__.py
@@ -52,4 +52,4 @@
52
our U{Google Code project<http://code.google.com/p/python-fedex/>} and enter
53
an issue in the U{Issue Tracker<http://code.google.com/p/python-fedex/issues/list>}.
54
"""
55
-VERSION = '1.1.0'
+VERSION = '1.1.1'
setup.py
@@ -21,7 +21,7 @@
21
description='Fedex Web Services API wrapper.',
22
long_description=LONG_DESCRIPTION,
23
author='Gregory Taylor',
24
- author_email='snagglepants@gmail.com.com',
+ author_email='gtaylor@gc-taylor.com',
25
url='https://github.com/gtaylor/python-fedex',
26
download_url='http://pypi.python.org/pypi/fedex/',
27
packages=['fedex', 'fedex.services', 'fedex.printers'],
0 commit comments