Skip to content

Commit

Permalink
chore(release): release version 1.34.0 [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
reimda committed Oct 27, 2022
1 parent d4f7df9 commit 36b30f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.34.0 [unreleased]
## 1.34.0 [2022-10-27]

### Breaking Changes
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)
Expand Down
2 changes: 1 addition & 1 deletion influxdb_client/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""

VERSION = '1.34.0dev0'
VERSION = '1.34.0'

0 comments on commit 36b30f0

Please sign in to comment.