Skip to content

Commit cb002da

Browse files
committed
Release 2.20.1 (2019-02-20) :: HISTORY.rst doc fixes
1 parent 04f4598 commit cb002da

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

HISTORY.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@
33
History
44
=======
55

6+
2.20.1 (2019-02-20)
7+
-------------------
8+
9+
* HISTORY.rst doc fixes
10+
11+
612
2.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

2024
2.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

187191
2.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

205209
2.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

gapipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '2.20.0'
3+
__version__ = '2.20.1'
44
__title__ = 'gapipy'
55

66

0 commit comments

Comments
 (0)