Skip to content

Commit

Permalink
Added description to TourCategory model
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Apr 29, 2015
1 parent 25bef91 commit 59f560e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

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

* Added `description` to `TourCategory` resource.

0.1.41 (2015-04-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__ = '0.1.41'
__version__ = '0.1.42'
__title__ = 'gapipy'


Expand Down
2 changes: 1 addition & 1 deletion gapipy/resources/tour/tour_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class TourCategory(Resource):

_resource_name = 'tour_categories'

_as_is_fields = ['id', 'href', 'name']
_as_is_fields = ['id', 'href', 'name', 'description']
_resource_fields = [('category_type', 'TourCategory')]

0 comments on commit 59f560e

Please sign in to comment.