Skip to content

Commit

Permalink
Release: Version 2.9.3
Browse files Browse the repository at this point in the history
* Adds the `requirement_set` field to the Departure Service
  and Activity Service resources
* release note: skipping 2.9.2 due to pypi upload issues
  • Loading branch information
annakovale authored and marz619 committed Nov 23, 2017
1 parent 81e7f66 commit ec6dbac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
History
=======

2.9.3 (2017-11-23)
------------------
* Expose `requirement_set` for `departure_services` and `activity_services`.
* *NOTE*: We have skipped `2.9.2` due to pypi upload issues.


2.9.1 (2017-11-22)
------------------

* Adds the `options` method on the Resource Query object.
A more detailed description of the issue can be found at:
* https://github.com/gadventures/gapipy/releases/2.9.1
* *NOTE*: We have skip `2.9.0` due to pypi upload issues
* *NOTE*: We have skipped `2.9.0` due to pypi upload issues


2.8.2 (2017-11-14)
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.9.1'
__version__ = '2.9.3'
__title__ = 'gapipy'


Expand Down

0 comments on commit ec6dbac

Please sign in to comment.