Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d39105e

Browse filesBrowse files
committed
chore(release): release version 1.18.0 [skip CI]
1 parent f851303 commit d39105e
Copy full SHA for d39105e

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.18.0 [unreleased]
1+
## 1.18.0 [2021-06-04]
22

33
### Breaking Changes
44

‎influxdb_client/__init__.py

Copy file name to clipboardExpand all lines: influxdb_client/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@
298298
from influxdb_client.client.influxdb_client import InfluxDBClient
299299
from influxdb_client.client.write.point import Point
300300

301-
__version__ = '1.18.0dev'
301+
__version__ = '1.18.0'

‎influxdb_client/api_client.py

Copy file name to clipboardExpand all lines: influxdb_client/api_client.py
+1-1Lines 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.18.0dev'
79+
self.user_agent = 'influxdb-client-python/1.18.0'
8080

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

‎influxdb_client/configuration.py

Copy file name to clipboardExpand all lines: influxdb_client/configuration.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def to_debug_report(self):
246246
"OS: {env}\n"\
247247
"Python Version: {pyversion}\n"\
248248
"Version of the API: 2.0.0\n"\
249-
"SDK Package Version: 1.18.0dev".\
249+
"SDK Package Version: 1.18.0".\
250250
format(env=sys.platform, pyversion=sys.version)
251251

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.