Skip to content

Commit

Permalink
chore(release): release version 1.39.0 [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Dec 5, 2023
1 parent 0c60b5d commit 512e330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.39.0 [unreleased]
## 1.39.0 [2023-12-05]

### Features
1. [#616](https://github.com/influxdata/influxdb-client-python/pull/616): Add `find_tasks_iter` function that allow iterate through all pages of tasks.
Expand Down
2 changes: 1 addition & 1 deletion influxdb_client/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""

VERSION = '1.39.0dev0'
VERSION = '1.39.0'

0 comments on commit 512e330

Please sign in to comment.