Skip to content

Commit

Permalink
Update changelog and bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaront committed Jun 3, 2019
1 parent 6939455 commit 492973c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Changes
-------

0.8.1 (2019-06-03)
++++++++++++++++++

**Improvements**

- Return content with a non-JSON content type as text

**Bug Fixes**

- Handle serialization of very old dates `#121 <https://github.com/Geotab/mygeotab-python/issues/121>`__.

0.8.0 (2018-06-18)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion examples/data_feed/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
click==7.0
mygeotab==0.8.0
mygeotab==0.8.1
2 changes: 1 addition & 1 deletion mygeotab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'mygeotab-python'
__author__ = 'Aaron Toth'
__version__ = '0.8.0'
__version__ = '0.8.1'

import sys

Expand Down

0 comments on commit 492973c

Please sign in to comment.