We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712552b commit 896591bCopy full SHA for 896591b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## 1.30.0 [unreleased]
2
3
-## 1.29.1 [unreleased]
+## 1.29.1 [2022-05-23]
4
5
### Bug Fixes
6
1. [#443](https://github.com/influxdata/influxdb-client-python/pull/443): Initialization of the client without auth credentials
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-CLIENT_VERSION = '1.30.0dev'
+CLIENT_VERSION = '1.29.1'
0 commit comments