Skip to content

Commit

Permalink
Update version to 0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafik Draoui committed Mar 31, 2015
1 parent 1054d45 commit 9d07ea9
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,6 +3,12 @@
History
-------

0.1.39 (2015-03-31)
-------------------

* Refactor ``APIRequestor._request``. While this should not change existing functionality, it is now possible to override specific methods on ``APIRequestor`` if needed.


0.1.38 (2015-03-23)
-------------------

Expand Down Expand Up @@ -35,7 +41,7 @@ History
* Added `duration_label` and `location_label` to `ItineraryComponent`
* Added `duration_label`, `price_per_person_label`, and `price_per_group_label`
to `ActivityDossier`


0.1.33 (2015-03-02)
-------------------
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.38'
__version__ = '0.1.39'
__title__ = 'gapipy'


Expand Down

0 comments on commit 9d07ea9

Please sign in to comment.