Skip to content

Commit f3f8ba3

Browse files
committed
Version bump to 0.9.1
1 parent 35bc3ea commit f3f8ba3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

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

6+
0.9.1 (2024-04-05)
7+
++++++++++++++++++
8+
9+
**Bug Fixes**
10+
11+
- Loads system CA certificates when creating an SSL context `#123 <https://github.com/Geotab/mygeotab-python/pull/123>`__.
12+
613
0.9.0 (2024-02-23)
714
++++++++++++++++++
815

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.8.5
2+
mygeotab==0.9.1

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.0"
5+
__version__ = "0.9.1"
66

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

0 commit comments

Comments
 (0)