We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d6fa4 commit 83322a3Copy full SHA for 83322a3
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.43.0 [unreleased]
+## 1.43.0 [2024-05-17]
2
3
### Bug Fixes
4
1. [#655](https://github.com/influxdata/influxdb-client-python/pull/655): Replace deprecated `urllib` calls `HTTPResponse.getheaders()` and `HTTPResponse.getheader()`.
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '1.43.0dev0'
+VERSION = '1.43.0'
0 commit comments