Skip to content

Commit

Permalink
Version update to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marz619 committed Aug 18, 2017
1 parent f3e6c23 commit e837ddf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ gapipy.egg-info/*

*.pyc
.idea/
.tox/
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
History
=======

2.7.1 (2017-08-18)
------------------

* Fix: remove FlightStatus import reference for FlightService resource
* Add fields (fixes two broken Resource tests)
* Add `href` field for `checkins` resource
* Add `date_cancelled` field for `departures` resource
* Fix broken UpdateCreateResource tests


2.7.0 (2017-08-18)
------------------

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.7.0'
__version__ = '2.7.1'
__title__ = 'gapipy'


Expand Down

0 comments on commit e837ddf

Please sign in to comment.