Skip to content

Commit 4317ade

Browse files
committed
chore(release): prepare for next development iteration
1 parent 94a164a commit 4317ade

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.13.0 [unreleased]
4+
5+
36
## 0.12.0 [2025-03-26]
47

58
### Features

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.12.0'
3+
VERSION = '0.13.0dev0'
44
USER_AGENT = f'influxdb3-python/{VERSION}'

0 commit comments

Comments
 (0)