Skip to content

Commit 896591b

Browse files
committed
chore(release): release version 1.29.1 [skip CI]
1 parent 712552b commit 896591b

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,6 +1,6 @@
11
## 1.30.0 [unreleased]
22

3-
## 1.29.1 [unreleased]
3+
## 1.29.1 [2022-05-23]
44

55
### Bug Fixes
66
1. [#443](https://github.com/influxdata/influxdb-client-python/pull/443): Initialization of the client without auth credentials

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-
CLIENT_VERSION = '1.30.0dev'
3+
CLIENT_VERSION = '1.29.1'

0 commit comments

Comments
 (0)