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 7fdaea8 commit 0639a2dCopy full SHA for 0639a2d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 0.10.0 [unreleased]
+## 0.10.0 [2024-11-27]
4
5
### Bug Fixes
6
influxdb_client_3/version.py
@@ -1,4 +1,4 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '0.10.0dev0'
+VERSION = '0.10.0'
USER_AGENT = f'influxdb3-python/{VERSION}'
0 commit comments