Skip to content

Commit

Permalink
0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaront committed Oct 8, 2024
1 parent 0df5759 commit 4f6d830
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Changes
-------

0.9.2 (2024-10-08)
++++++++++++++++++

**Improvements**

- Updates Altitude API call method `#124 <https://github.com/Geotab/mygeotab-python/pull/124>`__.


0.9.1 (2024-04-05)
++++++++++++++++++

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.9.1
mygeotab==0.9.2
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__ = "Geotab Inc."
__version__ = "0.9.1"
__version__ = "0.9.2"

from .api import Credentials, server_call
from .exceptions import MyGeotabException, AuthenticationException, TimeoutException
Expand Down

0 comments on commit 4f6d830

Please sign in to comment.