Skip to content

Commit

Permalink
Release 2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marz619 committed Jan 29, 2018
1 parent e9967d7 commit c575fd1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,30 @@
History
=======

2.11.4 (2018-01-29)
-------------------

* Add `agency_chain` field to `Booking` resource
* Add `id` field as part of the `DossierDetail` model (pull/89)
* Add `agency_chains` field to the `Agency resource (pull/90)
* see https://github.com/gadventures/gapipy/releases/2.11.3 for more details


2.11.0 (2017-12-18)
------------------
-------------------

* The Customer Address uses `Address` model, and is no longer a dict.
* Passing in `uuid=True` to `Client` kwargs enables `uuid` generation
for every request.

* `Customer.address` uses Address model, and is no longer returned as a dict.
* Passing in `uuid=True` to `Client` kwargs enables `uuid` generation for every request.

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.
* The `PricePromotion` model extends from the `Promotion` resource (pull/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


Expand All @@ -31,7 +42,7 @@ History

* Adds the `options` method on the Resource Query object.
A more detailed description of the issue can be found at:
* https://github.com/gadventures/gapipy/releases/2.9.1
https://github.com/gadventures/gapipy/releases/2.9.1
* *NOTE*: We have skipped `2.9.0` 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.11.0'
__version__ = '2.11.4'
__title__ = 'gapipy'


Expand Down

0 comments on commit c575fd1

Please sign in to comment.