Skip to content

Commit db1630d

Browse files
committed
chore(release): release version 1.45.0 [skip CI]
1 parent 74a0fbf commit db1630d

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.45.0 [unreleased]
1+
## 1.45.0 [2024-08-12]
22

33
### Bug Fixes
44
1. [#652](https://github.com/influxdata/influxdb-client-python/pull/652): Refactor to `timezone` specific `datetime` helpers to avoid use deprecated functions

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.45.0dev0'
3+
VERSION = '1.45.0'

0 commit comments

Comments
 (0)