Skip to content

Commit 83322a3

Browse files
committed
chore(release): release version 1.43.0 [skip CI]
1 parent 51d6fa4 commit 83322a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.43.0 [unreleased]
1+
## 1.43.0 [2024-05-17]
22

33
### Bug Fixes
44
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-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of the Client that is used in User-Agent header."""
22

3-
VERSION = '1.43.0dev0'
3+
VERSION = '1.43.0'

0 commit comments

Comments
 (0)