We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c60b5d commit 512e330Copy full SHA for 512e330
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.39.0 [unreleased]
+## 1.39.0 [2023-12-05]
2
3
### Features
4
1. [#616](https://github.com/influxdata/influxdb-client-python/pull/616): Add `find_tasks_iter` function that allow iterate through all pages of tasks.
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '1.39.0dev0'
+VERSION = '1.39.0'
0 commit comments