Skip to content

Commit bd0eff2

Browse files
committed
chore(release): release version 1.44.0 [skip CI]
1 parent 6798be4 commit bd0eff2

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.44.0 [unreleased]
1+
## 1.44.0 [2024-06-24]
22

33
### Features
44
1. [#657](https://github.com/influxdata/influxdb-client-python/pull/657): Prefer datetime.fromisoformat over dateutil.parse in Python 3.11+

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.44.0dev0'
3+
VERSION = '1.44.0'

0 commit comments

Comments
 (0)