Skip to content

Commit 7ba3c61

Browse files
committed
chore(release): prepare for next development iteration
1 parent 2030d30 commit 7ba3c61

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 0.16.0 [unreleased]
4+
35
## 0.15.0 [2025-08-12]
46

57
### Features

influxdb_client_3/version.py

Lines changed: 1 addition & 1 deletion
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.15.0'
3+
VERSION = '0.16.0dev0'
44
USER_AGENT = f'influxdb3-python/{VERSION}'

0 commit comments

Comments
 (0)