Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

TODO: next release
------------------

* Bump ShipService WSDL to v17 for create and delete shipment. (radlws)
* Bump AddressValidation WSDL to v4. (radlws)
* Bump RateService WSDL to v18. (radlws)
* Bump TrackService WSDL to v10. (radlws)
* General improvements to base class. (radlws)
* Refactoring and updates to examples. (radlws)
* Added test classes. (radlws)
* Remove old and unused WSDLs. (radlws)

1.1.1
-----

Expand Down
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ The easiest way is via pip or easy_install::

pip install fedex

Quick Start
-----------

Edit the example_config.py file in examples with your fedex credentials
and run any of the provided examples.

Documentation
-------------

Expand All @@ -37,6 +43,12 @@ package's quasi-maintained state, most problems are going to require
investigation or a submitted pull request by someone other than
Greg Taylor.

Fedex Support and Documentation
-------------------------------

Fedex Support Email: websupport@fedex.com
Developer Portal: http://www.fedex.com/us/developer/

Legal Mumbo Jumbo
-----------------

Expand Down
Loading