Skip to content

Commit

Permalink
Version bump to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaront committed Jun 5, 2024
1 parent 35bc3ea commit f3f8ba3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changes
-------

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

**Bug Fixes**

- Loads system CA certificates when creating an SSL context `#123 <https://github.com/Geotab/mygeotab-python/pull/123>`__.

0.9.0 (2024-02-23)
++++++++++++++++++

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.5
mygeotab==0.9.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__ = "Geotab Inc."
__version__ = "0.9.0"
__version__ = "0.9.1"

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

0 comments on commit f3f8ba3

Please sign in to comment.