File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1+ ## 1.28.0 [ unreleased]
2+
13## 1.27.0 [ 2022-03-18]
24
35### Features
Original file line number Diff line number Diff line change 11{% set name = "influxdb_client" %}
2- {% set version = "1.26 .0" %}
2+ {% set version = "1.27 .0" %}
33
44
55package :
66 name : {{ name|lower }}
77 version : {{ version }}
88
99source :
10- url : https://files.pythonhosted.org/packages/59/0d/403a017a57a521ca9105c95b65e210a532f323c0704b6b107012d4674cde /influxdb_client-1.26 .0.tar.gz
11- sha256 : f8a05b1ec5a8561d4a97991ae54716e5510c7ca7e982adb5e60a8237f022101b
10+ url : https://files.pythonhosted.org/packages/74/40/1981acc25bb0ebedbb91c02b183eb8dd76ed5e3c7914135148d060b900ec /influxdb_client-1.27 .0.tar.gz
11+ sha256 : ac3ff734a83dc542944de15c81001a5a410ae4ae4b2722efefc1bf722c960975
1212
1313build :
1414 number : 0
@@ -22,13 +22,6 @@ requirements:
2222 run :
2323 - python >=3.6
2424 - setuptools
25- # - rx >=3.0.1
26- # - certifi >=14.05.14
27- # - six >=1.10
28- # - python_dateutil >=2.5.3
29- # - setuptools >=21.0.0
30- # - urllib3 >=1.15.1
31- # - pytz >=2019.1
3225
3326about :
3427 home : https://github.com/influxdata/influxdb-client-python
Original file line number Diff line number Diff line change 11"""Version of the Client that is used in User-Agent header."""
22
3- CLIENT_VERSION = '1.27.0 '
3+ CLIENT_VERSION = '1.28.0dev0 '
You can’t perform that action at this time.
0 commit comments