Skip to content

Commit 5d3aaeb

Browse files
committed
Updated InfluxDB 0.8.x notice
1 parent 0d35a1d commit 5d3aaeb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,10 @@ InfluxDB is an open-source distributed time series database, find more about Inf
3636

3737
.. _installation:
3838

39-
InfluxDB > v0.9 support
40-
=======================
41-
42-
The 1.0.0 version of this library now supports InfluxDB 0.9. Please note that InfluxDB 0.9 is still pre-release software. For stability, you should use the ``influxdb.influxdb08`` module in conjunction with InfluxDB 0.8.
43-
44-
4539
InfluxDB v0.8.X users
4640
=====================
4741

48-
Influxdb >=0.9.0 brings many breaking changes to the API. InfluxDB 0.8.X users may use the legacy client by using ``from influxdb.influxdb08 import InfluxDBClient`` instead.
42+
InfluxDB 0.9 was released and it is the new recommended version. However, InfluxDB 0.8.x users may still use the legacy client by using ``from influxdb.influxdb08 import InfluxDBClient`` instead.
4943

5044
Installation
5145
============

0 commit comments

Comments
 (0)