Skip to content

Commit 36b30f0

Browse files
committed
chore(release): release version 1.34.0 [skip CI]
1 parent d4f7df9 commit 36b30f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.34.0 [unreleased]
1+
## 1.34.0 [2022-10-27]
22

33
### Breaking Changes
44
1. [#509](https://github.com/influxdata/influxdb-client-python/pull/509): Rename `key_file` to `cert_key_file` inside the central [configuration class](https://github.com/influxdata/influxdb-client-python/blob/d011df72b528a45d305aa8accbe879b31be3280e/influxdb_client/configuration.py#L92)

influxdb_client/version.py

Lines changed: 1 addition & 1 deletion
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.34.0dev0'
3+
VERSION = '1.34.0'

0 commit comments

Comments
 (0)