Skip to content

Commit 0fc2f05

Browse files
committed
chore(release): prepare for next development iteration
1 parent 61889d6 commit 0fc2f05

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.14.0 [unreleased]
4+
35
## 0.13.0 [2025-05-20]
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.13.0'
3+
VERSION = '0.14.0dev0'
44
USER_AGENT = f'influxdb3-python/{VERSION}'

0 commit comments

Comments
 (0)