Skip to content

Commit

Permalink
Bumping to 1.1.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Mar 3, 2015
1 parent 5bee40f commit f712f55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion fedex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
our U{Google Code project<http://code.google.com/p/python-fedex/>} and enter
an issue in the U{Issue Tracker<http://code.google.com/p/python-fedex/issues/list>}.
"""
VERSION = '1.1.0'
VERSION = '1.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description='Fedex Web Services API wrapper.',
long_description=LONG_DESCRIPTION,
author='Gregory Taylor',
author_email='[email protected].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'],
Expand Down

0 comments on commit f712f55

Please sign in to comment.