Skip to content

Commit 184a4dd

Browse files
committed
chore(release): release version 1.30.0 [skip CI]
1 parent 465476b commit 184a4dd

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,4 +1,4 @@
1-
## 1.30.0 [unreleased]
1+
## 1.30.0 [2022-06-24]
22

33
### Features
44
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-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.30.0'

0 commit comments

Comments
 (0)