33 History
44=======
55
6+ 2.20.1 (2019-02-20)
7+ -------------------
8+
9+ * HISTORY.rst doc fixes
10+
11+
6122.20.0 (2019-02-20)
713-------------------
814
915* Add ``Requirement `` and ``RequirementSet `` resources
1016* Move ``Checkin `` resource to the ``resources.booking `` module
1117* The ``Query `` object will resolve to use the ``href `` value when
12- returning the iterator to fetch _all_ of some resource. This is needed
13- because ``bookings/{id}/requirements `` actually returns a list of
14- ``RequirementSet``s
15- * Usage info available in the Release notes:
16-
17- * https://github.com/gadventures/gapipy/releases/tag/2.20.0
18+ returning the iterator to fetch ``all `` of some resource. This is
19+ needed because ``bookings/123456/requirements `` actually returns a list
20+ of ``RequirementSet `` resources
21+ * see https://github.com/gadventures/gapipy/releases/tag/2.20.0 for more details
1822
1923
20242.19.4 (2019-02-14)
@@ -181,7 +185,7 @@ History
181185* Add ``agency_chain `` field to ``Booking `` resource
182186* Add ``id `` field as part of the ``DossierDetail `` model (PR/89)
183187* Add ``agency_chains `` field to the ``Agency `` resource (PR/90)
184- * see https://github.com/gadventures/gapipy/releases/2.11.3 for more details
188+ * see https://github.com/gadventures/gapipy/releases/tag/ 2.11.3 for more details
185189
186190
1871912.11.0 (2017-12-18)
@@ -199,7 +203,7 @@ History
199203* The ``PricePromotion `` model extends from the ``Promotion `` resource (PR/85)
200204* Update the ``Agent `` class to use BaseModel classes for the ``role ``
201205 and ``phone_numbers `` fields.
202- * see https://github.com/gadventures/gapipy/releases/2.10.0 for more details
206+ * see https://github.com/gadventures/gapipy/releases/tag/ 2.10.0 for more details
203207
204208
2052092.9.3 (2017-11-23)
@@ -215,7 +219,7 @@ History
215219
216220* Adds the ``options `` method on the Resource Query object.
217221 A more detailed description of the issue can be found at:
218- https://github.com/gadventures/gapipy/releases/2.9.1
222+ https://github.com/gadventures/gapipy/releases/tag/ 2.9.1
219223* *NOTE *: We have skipped ``2.9.0 `` due to pypi upload issues
220224
221225
0 commit comments