Skip to content

Commit d4fd6a3

Browse files
committed
Release 0.9.4
1 parent 73de81f commit d4fd6a3

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.4 (2025-10-24)
7+
++++++++++++++++++
8+
9+
**Improvements**
10+
11+
- Altitude: Improved error handling for access check failures `#133 <https://github.com/Geotab/mygeotab-python/pull/133>`__.
12+
- Removes un-needed pandas and pytest-monkeytype from dev-packages.
13+
614
0.9.3 (2025-09-08)
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.3
2+
mygeotab==0.9.4

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.3"
5+
__version__ = "0.9.4"
66

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

0 commit comments

Comments
 (0)