Skip to content

Commit

Permalink
Remove flights resources
Browse files Browse the repository at this point in the history
RELEASE: 2.7.0

Removes the resources/flights module and the defined FlightStatus and
FlightSegment resources.
  • Loading branch information
marz619 committed Aug 18, 2017
1 parent 7e47db3 commit 6461945
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 91 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
=======

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

* Remove `flight_statuses` and `flight_segments` resources.


2.6.2 (2017-08-11)
------------------

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.6.2'
__version__ = '2.7.0'
__title__ = 'gapipy'


Expand Down
2 changes: 0 additions & 2 deletions gapipy/resources/flights/__init__.py

This file was deleted.

46 changes: 0 additions & 46 deletions gapipy/resources/flights/flight_segment.py

This file was deleted.

42 changes: 0 additions & 42 deletions gapipy/resources/flights/flight_status.py

This file was deleted.

0 comments on commit 6461945

Please sign in to comment.