Skip to content

Commit c720a91

Browse files
committed
chore(release): release version 0.6.0 [skip ci]
1 parent ede1956 commit c720a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 0.6.0 [unreleased]
3+
## 0.6.0 [2024-06-24]
44

55
### Features
66

influxdb_client_3/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version of the Client that is used in User-Agent header."""
22

3-
VERSION = '0.6.0dev0'
3+
VERSION = '0.6.0'
44
USER_AGENT = f'influxdb3-python/{VERSION}'

0 commit comments

Comments
 (0)