8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e69cb commit 314369fCopy full SHA for 314369f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.20.0 [unreleased]
+## 1.20.0 [2021-08-20]
2
3
### Features
4
1. [#281](https://github.com/influxdata/influxdb-client-python/pull/281): `FluxTable`, `FluxColumn` and `FluxRecord` objects have helpful reprs
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-CLIENT_VERSION = '1.20.0dev0'
+CLIENT_VERSION = '1.20.0'
0 commit comments