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 c720a91 commit 68b0176Copy full SHA for 68b0176
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Change Log
2
3
+## 0.7.0 [unreleased]
4
+
5
## 0.6.0 [2024-06-24]
6
7
### Features
influxdb_client_3/version.py
@@ -1,4 +1,4 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '0.6.0'
+VERSION = '0.7.0dev0'
USER_AGENT = f'influxdb3-python/{VERSION}'
0 commit comments