Skip to content

Commit c9d1857

Browse files
committed
chore(release): release version 1.27.0 [skip CI]
1 parent 47eec5d commit c9d1857

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.27.0 [unreleased]
1+
## 1.27.0 [2022-03-18]
22

33
### Features
44
1. [#412](https://github.com/influxdata/influxdb-client-python/pull/412): `DeleteApi` uses default value from `InfluxDBClient.org` if an `org` parameter is not specified

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.27.0dev0'
3+
CLIENT_VERSION = '1.27.0'

0 commit comments

Comments
 (0)