diff --git a/CHANGES.rst b/CHANGES.rst index df12f4f..33dce04 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Change Log ========== -1.2.0 +2.0.0 ----- * Bump ShipService WSDL to v17 for create and delete shipment. (radlws) diff --git a/fedex/__init__.py b/fedex/__init__.py index ce3f848..9526445 100644 --- a/fedex/__init__.py +++ b/fedex/__init__.py @@ -52,4 +52,4 @@ our U{Google Code project} and enter an issue in the U{Issue Tracker}. """ -VERSION = __version__ = '1.2.0' +VERSION = __version__ = '2.0.0'