Skip to content

Commit 009db94

Browse files
committed
chore(release): release version 1.17.0 [skip CI]
1 parent 6844f60 commit 009db94

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.17.0 [unreleased]
1+
## 1.17.0 [2021-04-30]
22

33
### Features
44
1. [#203](https://github.com/influxdata/influxdb-client-python/issues/219): Bind query parameters

influxdb_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@
278278
from influxdb_client.client.influxdb_client import InfluxDBClient
279279
from influxdb_client.client.write.point import Point
280280

281-
__version__ = '1.17.0dev'
281+
__version__ = '1.17.0'

influxdb_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'influxdb-client-python/1.17.0dev'
79+
self.user_agent = 'influxdb-client-python/1.17.0'
8080

8181
def __del__(self):
8282
"""Dispose pools."""

influxdb_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def to_debug_report(self):
243243
"OS: {env}\n"\
244244
"Python Version: {pyversion}\n"\
245245
"Version of the API: 0.1.0\n"\
246-
"SDK Package Version: 1.17.0dev".\
246+
"SDK Package Version: 1.17.0".\
247247
format(env=sys.platform, pyversion=sys.version)
248248

249249
def update_request_header_params(self, path: str, params: dict):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy