From 66f45486212ec1921fd472dae179749f2e13720a Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 13 Apr 2020 12:23:37 -0700 Subject: [PATCH 1/3] upd statement for InfluxDB 1.8 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b7090106..a8d1f1e6 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ influxdb-client-python InfluxDB 2.0 python client library. -**Note: This library is for use with InfluxDB 2.x. For connecting to InfluxDB 1.x instances, please use the** `influxdb-python `_. +**Note: Use this library with InfluxDB 2.x and InfluxDB 1.8+. For connecting to InfluxDB 1.7 or earlier instances, please use the** `influxdb-python `_ library. InfluxDB 2.0 client features ---------------------------- From daa179bca837c5c542552b66e81b6e75eb4697d0 Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 13 Apr 2020 13:03:58 -0700 Subject: [PATCH 2/3] update wording for consistency w other client lib --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a8d1f1e6..49a02500 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ influxdb-client-python InfluxDB 2.0 python client library. -**Note: Use this library with InfluxDB 2.x and InfluxDB 1.8+. For connecting to InfluxDB 1.7 or earlier instances, please use the** `influxdb-python `_ library. +**Note: Use this client library with InfluxDB 2.x and InfluxDB 1.8+. For connecting to InfluxDB 1.7 or earlier instances, please use the `influxdb-python ` client library.** InfluxDB 2.0 client features ---------------------------- From 9a0d2d659157cca96f6a04818fdeb215d699bdd7 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:39:31 -0700 Subject: [PATCH 3/3] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 49a02500..163c4fb4 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ influxdb-client-python InfluxDB 2.0 python client library. -**Note: Use this client library with InfluxDB 2.x and InfluxDB 1.8+. For connecting to InfluxDB 1.7 or earlier instances, please use the `influxdb-python ` client library.** +**Note: Use this client library with InfluxDB 2.x and InfluxDB 1.8+. For connecting to InfluxDB 1.7 or earlier instances, use the `influxdb-python ` client library.** InfluxDB 2.0 client features ---------------------------- @@ -884,4 +884,4 @@ Bug reports and pull requests are welcome on GitHub at `https://github.com/influ License ------- -The gem is available as open source under the terms of the `MIT License `_. \ No newline at end of file +The gem is available as open source under the terms of the `MIT License `_.