Skip to content

Commit 07b9e88

Browse files
committed
release version 1.2.0
1 parent 353b688 commit 07b9e88

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.2.0 [unreleased]
1+
## 1.2.0 [2019-12-06]
22

33
### Features
44
1. [#44](https://github.com/influxdata/influxdb-client-python/pull/44): Optimized serialization into LineProtocol, Clarified how to use client for import large amount of data

influxdb_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@
329329
from influxdb_client.client.influxdb_client import InfluxDBClient
330330
from influxdb_client.client.write.point import Point
331331

332-
__version__ = '1.2.0dev'
332+
__version__ = '1.2.0'

influxdb_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7575
self.default_headers[header_name] = header_value
7676
self.cookie = cookie
7777
# Set default User-Agent.
78-
self.user_agent = 'OpenAPI-Generator/1.2.0dev/python'
78+
self.user_agent = 'OpenAPI-Generator/1.2.0/python'
7979

8080
def __del__(self):
8181
if self._pool:

influxdb_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def to_debug_report(self):
231231
"OS: {env}\n"\
232232
"Python Version: {pyversion}\n"\
233233
"Version of the API: 0.1.0\n"\
234-
"SDK Package Version: 1.2.0dev".\
234+
"SDK Package Version: 1.2.0".\
235235
format(env=sys.platform, pyversion=sys.version)
236236

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

scripts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<packageName>influxdb_client</packageName>
2525
<sourceFolder>/</sourceFolder>
2626
<validatable>false</validatable>
27-
<packageVersion>1.2.0dev</packageVersion>
27+
<packageVersion>1.2.0</packageVersion>
2828
</configOptions>
2929
<generateModelDocumentation>false</generateModelDocumentation>
3030
<generateApiDocumentation>false</generateApiDocumentation>

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