Skip to content

Commit dfd815d

Browse files
committedSep 13, 2024
chore(release): release version 1.46.0 [skip CI]
1 parent 63949b5 commit dfd815d

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,4 +1,4 @@
1-
## 1.46.0 [unreleased]
1+
## 1.46.0 [2024-09-13]
22

33
### Bug Fixes
44
1. [#667](https://github.com/influxdata/influxdb-client-python/pull/667): Missing `py.typed` in distribution package

‎influxdb_client/version.py

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

3-
VERSION = '1.46.0dev0'
3+
VERSION = '1.46.0'

0 commit comments

Comments
 (0)
Please sign in to comment.