Skip to content

Commit

Permalink
Updates for latest package pypi v1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ardydedase committed Aug 14, 2016
1 parent a11233c commit e878892
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,19 @@ History
1.1.0 (2015-07-18)
---------------------

* Stable release on PyPI.
* Stable release on PyPI.

1.1.1 (2015-08-01)
---------------------

* Fixes for Python 2.6, 3.3, and 3.4.

1.1.2 (2015-08-01)
---------------------

* Support additional params for Flights Pricing Service. Fix for issue #15.

1.1.3 (2015-08-01)
---------------------

* Set default error handling to graceful. Fix for issue #19.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ Quick start
1. Request for an API Key from `Skyscanner for Business Contact Page`_.
2. Set your API Key::

from skyscanner import Flights
from skyscanner.skyscanner import Flights
flights_service = Flights('<Your API Key>')

3. Get the flights live pricing result by writing a few lines of code::

from skyscanner import Flights
from skyscanner.skyscanner import Flights

flights_service = Flights('<Your API Key>')
result = flights_service.get_result(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='skyscanner',
version='1.1.2',
version='1.1.3',
description="Skyscanner Python SDK",
long_description=readme + '\n\n' + history,
author="Ardy Dedase",
Expand Down

0 comments on commit e878892

Please sign in to comment.