We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d7cdc commit 37ff905Copy full SHA for 37ff905
CHANGELOG.md
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [v5.3.1] - Unreleased
+## [v5.3.2] - 2024-04-17
8
+
9
+### Changed
10
+- Correctly serialize nanosecond dataframe timestamps (#926)
11
12
+## [v5.3.1] - 2022-11-14
13
14
### Added
15
- Add support for custom headers in the InfluxDBClient (#710 thx @nathanielatom)
influxdb/__init__.py
@@ -18,4 +18,4 @@
18
]
19
20
21
-__version__ = '5.3.1'
+__version__ = '5.3.2'
0 commit comments