Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 7b03673

Browse files
committed
chore(CHANGELOG): update to include v5.3.1 updates
1 parent c49c79a commit 7b03673

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313
### Changed
1414
- Amend retry to avoid sleep after last retry before raising exception (#790 thx @krzysbaranski)
1515
- Remove msgpack pinning for requirements (#818 thx @prometheanfire)
16+
- Update support for HTTP headers in the InfluxDBClient (#851 thx @bednar)
1617

1718
### Removed
1819

influxdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
]
1919

2020

21-
__version__ = '5.3.0'
21+
__version__ = '5.3.1'

0 commit comments

Comments
 (0)