Skip to content

Commit 4c006b0

Browse files
Add date_last_modified field to BookingCompany resource (#149)
* Add 'date_last_modified' field to BookingCompany resource * bump to version 2.42.0 --------- Co-authored-by: Ammaar Esmailjee <aesmailjee@gadventures.com>
1 parent ebe2afd commit 4c006b0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

HISTORY.rst

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

6+
2.42.0 (2026-02-19)
7+
-------------------
8+
9+
* Adds ``date_last_modified`` field to the ``BookingCompany`` resource.
10+
* See `PR #149`_ for more details.
11+
12+
.. _`PR #149`: https://github.com/gadventures/gapipy/pull/149
13+
14+
615
2.41.0 (2025-12-02)
716
-------------------
817

gapipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__title__ = "gapipy"
44

5-
__version__ = "2.41.0"
5+
__version__ = "2.42.0"
66

77
from .client import Client # noqa

gapipy/resources/booking_company.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ class BookingCompany(Resource):
1313
'href',
1414
'name',
1515
]
16+
_date_time_fields_utc = ['date_last_modified']

0 commit comments

Comments
 (0)