Skip to content

Commit

Permalink
Update version to 0.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafik Draoui committed Jul 8, 2015
1 parent f61be2b commit 36e318f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
History
-------


0.1.47 (2015-07-08)
-------------------

* Fixed a bug in ``APIRequestor.get``. Requesting a resource with with an id of ``0`` won't raise an Exception anymore.

0.1.46 (2015-06-10)
------------------
-------------------

* Added ``associated_services`` and ``original_departure_service`` to various service resources and ``departure_services`` model respectively.

Expand All @@ -22,15 +28,15 @@ History
-------------------

* Fixed `Place` init with empty admin_divisions


0.1.42 (2015-04-29)
-------------------

* Added `description` to `TourCategory` resource.

0.1.41 (2015-04-14)
------------------
-------------------

* Added `DepartureComponent` resource. See the [official G API documentation for details](https://developers.gadventures.com/docs/departure_component.html)

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__ = '0.1.46'
__version__ = '0.1.47'
__title__ = 'gapipy'


Expand Down

0 comments on commit 36e318f

Please sign in to comment.