Skip to content

Commit 48868fc

Browse files
committed
Added info about v0.9.0 support.
1 parent 5600cd7 commit 48868fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ InfluxDB is an open-source distributed time series database, find more about Inf
3636

3737
.. _installation:
3838

39+
InfluxDB v0.9.0
40+
===============
41+
42+
InfluxDB v0.9.0 brings many changes to the influxDB api. v0.9.0 users may use the ``0.9.0_support`` branch. Keep in mind that this is a development branch and may break. When v0.9.0 is released, we will merge the ``0.9.0_support`` branch to master and push it to pypi.
43+
44+
You may install it from pip with the following command::
45+
46+
$ pip install https://github.com/influxdb/influxdb-python/archive/0.9.0_support.zip
47+
3948
Installation
4049
============
4150

0 commit comments

Comments
 (0)