We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cb42e commit 131ac06Copy full SHA for 131ac06
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.42.0 [unreleased]
+## 1.42.0 [2024-04-17]
2
3
### Bug Fixes
4
1. [#648](https://github.com/influxdata/influxdb-client-python/pull/648): Fix `DataFrame` serialization with `NaN` values
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '1.42.0dev0'
+VERSION = '1.42.0'
0 commit comments