We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465476b commit 184a4ddCopy full SHA for 184a4dd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.30.0 [unreleased]
+## 1.30.0 [2022-06-24]
2
3
### Features
4
1. [#440](https://github.com/influxdata/influxdb-client-python/pull/440): Add possibility to specify timestamp column and its timezone [DataFrame]
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.30.0'
0 commit comments