Skip to content

Commit

Permalink
Updating changelog, preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Feb 6, 2015
1 parent 481370c commit c3a9815
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

1.0.15
------

* Changing recommended install method to use pip + PyPi. (radlws)
* Updated rate_request and freight_rate_request examples for WSDL v16
compatibility. (foxxyz)
* Updated rate service WSDL from v8 to v16. (foxxyz)
* Added a freight rate request example (mwcbrent)
* Bump ShipService WSDL to v13. (mwcbrent)
* Update rate example to show multiple ServiceTypes. (danielatdattrixdotcom)

1.0.14
------

Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012, Greg Taylor
Copyright (c) 2015, Greg Taylor
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand All @@ -22,4 +22,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ and submit an issue if you have any problems or questions.
Legal Mumbo Jumbo
-----------------

Copyright (C) 2012 Gregory Taylor
Copyright (C) 2015 Gregory Taylor

This software is licensed under the BSD License.

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.0.14'
VERSION = '1.0.15'
4 changes: 2 additions & 2 deletions fedex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
treat it as such.
"""
import os
import sys


class FedexConfig(object):
"""
Expand Down Expand Up @@ -70,4 +70,4 @@ def __init__(self, key, password, account_number=None, meter_number=None, freigh
self.wsdl_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
'wsdl')
else:
self.wsdl_path = wsdl_path
self.wsdl_path = wsdl_path

0 comments on commit c3a9815

Please sign in to comment.