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 19a2565 commit 9d8d377Copy full SHA for 9d8d377
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.23.0 [unreleased]
+## 1.23.0 [2021-10-26]
2
3
### Deprecates
4
- `InfluxDBClient.health()`: instead use `InfluxDBClient.ping()`
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-CLIENT_VERSION = '1.23.0dev0'
+CLIENT_VERSION = '1.23.0'
0 commit comments