Skip to content

Commit b0df1cc

Browse files
committed
Version 5.2.1
* Updated Documentation
1 parent 137b36e commit b0df1cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v5.2.1
2+
3+
* Update because of wrong documentation on https://pypi.org/project/hiro-graph-client/
4+
15
# v5.2.0
26

37
* Separate connection sessions from token handlers. Introducing class `GraphConnectonHandler` which can be shared

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ initialized.
177177

178178
Use the parameters `pool_maxsize` and `pool_block` to further tune the connection parameters for parallel access to
179179
the backend. See [requests Session Objects](https://docs.python-requests.org/en/latest/user/advanced/#session-objects)
180-
and Python documentation of `requests.adapters.HTTPAdapter` for more information.
180+
and the Python documentation of `requests.adapters.HTTPAdapter` and `GraphConnectionHandler`.
181181

182182
```python
183183
from hiro_graph_client import HiroGraph, HiroApp, FixedTokenApiHandler, GraphConnectionHandler

src/hiro_graph_client/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.2.1

0 commit comments

Comments
 (0)