8000 chore: update InfluxDB v1.8.3 to v1.8.5 · xci-ano/influxdb-python@b68b37b · GitHub
[go: up one dir, main page]

Skip to content

Commit b68b37b

Browse files
committed
chore: update InfluxDB v1.8.3 to v1.8.5
1 parent b2e4c2f commit b68b37b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
- INFLUXDB_VER=1.5.4 # 2018-06-22
1717
- INFLUXDB_VER=1.6.4 # 2018-10-24
1818
- INFLUXDB_VER=1.7.4 # 2019-02-14
19-
- INFLUXDB_VER=1.8.3 # 2020-10-16
19+
- INFLUXDB_VER=1.8.5 # 2021-04-29
2020

2121
addons:
2222
apt:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- Amend retry to avoid sleep after last retry before raising exception (#790 thx @krzysbaranski)
1515
- Remove msgpack pinning for requirements (#818 thx @prometheanfire)
1616
- Update support for HTTP headers in the InfluxDBClient (#851 thx @bednar)
17-
- Update test suite to add support for Python 3.8 and InfluxDB v1.8.3 (#856)
17+
- Update test suite to add support for Python 3.8 and InfluxDB v1.8.5 (#856)
1818

1919
### Removed
2020

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ InfluxDB is an open-source distributed time series database, find more about Inf
3939
InfluxDB pre v1.1.0 users
4040
-------------------------
4141

42-
This module is tested with InfluxDB versions: v1.2.4, v1.3.9, v1.4.3, v1.5.4, v1.6.4, v1.7.4 and v1.8.3.
42+
This module is tested with InfluxDB versions: v1.2.4, v1.3.9, v1.4.3, v1.5.4, v1.6.4, v1.7.4 and v1.8.5.
4343

4444
Those users still on InfluxDB v0.8.x users may still use the legacy client by importing ``from influxdb.influxdb08 import InfluxDBClient``.
4545

0 commit comments

Comments
 (0)
0