Skip to content

Commit f712f55

Browse files
committed
Bumping to 1.1.1 for release.
1 parent 5bee40f commit f712f55

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

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+
410
1.1.0
511
-----
612

fedex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
our U{Google Code project<http://code.google.com/p/python-fedex/>} and enter
5353
an issue in the U{Issue Tracker<http://code.google.com/p/python-fedex/issues/list>}.
5454
"""
55-
VERSION = '1.1.0'
55+
VERSION = '1.1.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
description='Fedex Web Services API wrapper.',
2222
long_description=LONG_DESCRIPTION,
2323
author='Gregory Taylor',
24-
author_email='snagglepants@gmail.com.com',
24+
author_email='gtaylor@gc-taylor.com',
2525
url='https://github.com/gtaylor/python-fedex',
2626
download_url='http://pypi.python.org/pypi/fedex/',
2727
packages=['fedex', 'fedex.services', 'fedex.printers'],

0 commit comments

Comments
 (0)