Skip to content

Commit

Permalink
Release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Dec 18, 2017
1 parent 52b00ce commit 8fea534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.11.0 (2017-12-18)
------------------

* `Customer.address` uses Address model, and is no longer returned as a dict.
* Passing in `uuid=True` to `Client` kwargs enables `uuid` generation for every request.

2.10.0 (2017-12-01)
------------------

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.10.0'
__version__ = '2.11.0'
__title__ = 'gapipy'


Expand Down

0 comments on commit 8fea534

Please sign in to comment.