Skip to content

Commit 14b813f

Browse files
committed
release version 1.4.0
1 parent 0fd11af commit 14b813f

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ influxdb-client-python
2828
:target: https://influxdb-client.readthedocs.io/en/latest/?badge=latest
2929
:alt: Documentation status
3030

31+
.. image:: https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social
32+
:target: https://www.influxdata.com/slack
33+
:alt: Slack Status
34+
3135
.. _documentation: https://influxdb-client.readthedocs.io
3236

3337
InfluxDB 2.0 python client library.

influxdb_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,4 @@
296296
from influxdb_client.client.influxdb_client import InfluxDBClient
297297
from influxdb_client.client.write.point import Point
298298

299-
__version__ = '1.4.0dev'
299+
__version__ = '1.4.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.4.0dev/python'
78+
self.user_agent = 'OpenAPI-Generator/1.4.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.4.0dev".\
234+
"SDK Package Version: 1.4.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.4.0dev</packageVersion>
27+
<packageVersion>1.4.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