Skip to content

Commit 4f6d830

Browse files
committed
0.9.2 release
1 parent 0df5759 commit 4f6d830

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Changes
44
-------
55

6+
0.9.2 (2024-10-08)
7+
++++++++++++++++++
8+
9+
**Improvements**
10+
11+
- Updates Altitude API call method `#124 <https://github.com/Geotab/mygeotab-python/pull/124>`__.
12+
13+
614
0.9.1 (2024-04-05)
715
++++++++++++++++++
816

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
click==7.0
2-
mygeotab==0.9.1
2+
mygeotab==0.9.2

mygeotab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = "mygeotab-python"
44
__author__ = "Geotab Inc."
5-
__version__ = "0.9.1"
5+
__version__ = "0.9.2"
66

77
from .api import Credentials, server_call
88
from .exceptions import MyGeotabException, AuthenticationException, TimeoutException

0 commit comments

Comments
 (0)