We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568e23b commit 520ef11Copy full SHA for 520ef11
CHANGELOG.rst
@@ -3,6 +3,15 @@
3
Changes
4
-------
5
6
+0.8.7 (2021-11-11)
7
+++++++++++++++++++
8
+
9
+**Improvements**
10
11
+- Added support for client-side certificates `#1 <https://github.com/Geotab/mygeotab-python/issues/1>`__.
12
+- Console improvements using ptpython (if installed) and better handling of sessions.
13
14
15
0.8.6 (2021-03-15)
16
++++++++++++++++++
17
mygeotab/__init__.py
@@ -2,7 +2,7 @@
2
__title__ = "mygeotab-python"
__author__ = "Aaron Toth"
-__version__ = "0.8.6"
+__version__ = "0.8.7"
import sys
0 commit comments