8000
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 add2826 commit 9297c06Copy full SHA for 9297c06
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.38.0 [unreleased]
+## 1.38.0 [2023-10-02]
2
3
### Bug Fixes
4
1. [#601](https://github.com/influxdata/influxdb-client-python/pull/601): Use HTTResponse.headers to clear deprecation warning [urllib3]
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '1.38.0dev0'
+VERSION = '1.38.0'
0 commit comments