Skip to content

Commit

Permalink
Release: 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marz619 committed Dec 1, 2017
1 parent 185e301 commit 43bdbe7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
History
=======

2.10.0 (2017-12-01)
------------------

* Add the `amount_pending` field to the `Booking` resource
* `PricePromotion` extends from the `Promotion` resource (PR 85)
* Update the `Agent` class to use BaseModel classes for the
`role` and `phone_numbers` fields.
* see https://github.com/gadventures/gapipy/releases/2.10.0 for more details


2.9.3 (2017-11-23)
------------------

* Expose `requirement_set` for `departure_services` and `activity_services`.
* *NOTE*: We have skipped `2.9.2` due to pypi upload issues.

Expand Down
2 changes: 1 addition & 1 deletion gapipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '2.9.3'
__version__ = '2.10.0'
__title__ = 'gapipy'


Expand Down

0 comments on commit 43bdbe7

Please sign in to comment.