From 716b6b389a49e34a31725381b02cd02a84dfff0c Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 14 Feb 2020 09:35:54 +0100 Subject: [PATCH] prepare for next development iteration --- CHANGELOG.md | 4 +++- influxdb_client/__init__.py | 2 +- influxdb_client/api_client.py | 2 +- influxdb_client/configuration.py | 2 +- scripts/pom.xml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc074ce..d03ebaf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 1.4.0 [unreleased] +## 1.5.0 [unreleased] + +## 1.4.0 [2020-02-14] ### Features 1. [#52](https://github.com/influxdata/influxdb-client-python/issues/52): Initialize client library from config file and environmental properties diff --git a/influxdb_client/__init__.py b/influxdb_client/__init__.py index da2d6459..13173670 100644 --- a/influxdb_client/__init__.py +++ b/influxdb_client/__init__.py @@ -296,4 +296,4 @@ from influxdb_client.client.influxdb_client import InfluxDBClient from influxdb_client.client.write.point import Point -__version__ = '1.4.0' +__version__ = '1.5.0dev' diff --git a/influxdb_client/api_client.py b/influxdb_client/api_client.py index 3fb1c829..8768e63a 100644 --- a/influxdb_client/api_client.py +++ b/influxdb_client/api_client.py @@ -75,7 +75,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.4.0/python' + self.user_agent = 'OpenAPI-Generator/1.5.0dev/python' def __del__(self): if self._pool: diff --git a/influxdb_client/configuration.py b/influxdb_client/configuration.py index 11de8585..114f4f3f 100644 --- a/influxdb_client/configuration.py +++ b/influxdb_client/configuration.py @@ -231,7 +231,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 0.1.0\n"\ - "SDK Package Version: 1.4.0".\ + "SDK Package Version: 1.5.0dev".\ format(env=sys.platform, pyversion=sys.version) def update_request_header_params(self, path: str, params: dict): diff --git a/scripts/pom.xml b/scripts/pom.xml index fc805be6..8eeb29cb 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -24,7 +24,7 @@ influxdb_client / false - 1.4.0 + 1.5.0dev false false