Skip to content

Commit

Permalink
Version bump (2.8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
marz619 committed Nov 14, 2017
1 parent bc01c32 commit 1e2561e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
=======

2.8.2 (2017-11-14)

* Adds fields `sale_start_datetime` and `sale_finish_datetime` to the
Promotion resource. The fields mark the start/finish date-time values
for when a Promotion is applicable. The values represented are in UTC.


2.8.1 (2017-10-25)
------------------

Expand Down Expand Up @@ -36,8 +43,7 @@ History
* Add test fix for Accommodation. It is listable resource as of `2.7.4`
* Add regression test for departures.addon.product model
* Ensure Addon's are instantiated to the correct underlying model.
* Prior to this release, all Addon.product resources were instantiated
as `Accommodation`.
* Prior to this release, all Addon.product resources were instantiated as `Accommodation`.


2.7.4 (2017-09-20)
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.8.1'
__version__ = '2.8.2'
__title__ = 'gapipy'


Expand Down

0 comments on commit 1e2561e

Please sign in to comment.