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 6798be4 commit bd0eff2Copy full SHA for bd0eff2
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.44.0 [unreleased]
+## 1.44.0 [2024-06-24]
2
3
### Features
4
1. [#657](https://github.com/influxdata/influxdb-client-python/pull/657): Prefer datetime.fromisoformat over dateutil.parse in Python 3.11+
influxdb_client/version.py
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '1.44.0dev0'
+VERSION = '1.44.0'
0 commit comments