There was an error while loading. Please reload this page.
1 parent 913229e commit 70ceac0Copy full SHA for 70ceac0
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Change Log
2
3
+## 0.8.0 [unreleased]
4
+
5
## 0.7.0 [2024-07-11]
6
7
### Bug Fixes
influxdb_client_3/version.py
@@ -1,4 +1,4 @@
"""Version of the Client that is used in User-Agent header."""
-VERSION = '0.7.0'
+VERSION = '0.8.0dev0'
USER_AGENT = f'influxdb3-python/{VERSION}'
0 commit comments