Skip to content

Commit 37ff905

Browse files
committed
chore(CHANGELOG): Release v5.3.2
1 parent b0d7cdc commit 37ff905

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [v5.3.1] - Unreleased
7+
## [v5.3.2] - 2024-04-17
8+
9+
### Changed
10+
- Correctly serialize nanosecond dataframe timestamps (#926)
11+
12+
## [v5.3.1] - 2022-11-14
813

914
### Added
1015
- Add support for custom headers in the InfluxDBClient (#710 thx @nathanielatom)

influxdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
]
1919

2020

21-
__version__ = '5.3.1'
21+
__version__ = '5.3.2'

0 commit comments

Comments
 (0)