Skip to content

Commit 04f4598

Browse files
committed
Release 2.20.0 (2019-02-20)
* Adds the `Requirement` and `RequirementSet` resources * Requirement Sets are listable via `gapi.bookings.get(123456).requirements` * Moves the `Checkin` resource into the `booking` package * `Query.all` will attempt to use an `href` value when available * This is done as `bookings/{id}/requirements` actually points to a list of `Requirement Set`s
1 parent d40174d commit 04f4598

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

HISTORY.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
History
44
=======
55

6+
2.20.0 (2019-02-20)
7+
-------------------
8+
9+
* Add ``Requirement`` and ``RequirementSet`` resources
10+
* Move ``Checkin`` resource to the ``resources.booking`` module
11+
* 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+
19+
620
2.19.4 (2019-02-14)
721
-------------------
822

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.19.4'
3+
__version__ = '2.20.0'
44
__title__ = 'gapipy'
55

66

0 commit comments

Comments
 (0)