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
+
1
3
## 1.27.0 [ 2022-03-18]
2
4
3
5
### Features
Original file line number Diff line number Diff line change 1
1
{% set name = "influxdb_client" %}
2
- {% set version = "1.26 .0" %}
2
+ {% set version = "1.27 .0" %}
3
3
4
4
5
5
package :
6
6
name : {{ name|lower }}
7
7
version : {{ version }}
8
8
9
9
source :
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
12
12
13
13
build :
14
14
number : 0
@@ -22,13 +22,6 @@ requirements:
22
22
run :
23
23
- python >=3.6
24
24
- 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
32
25
33
26
about :
34
27
home : https://github.com/influxdata/influxdb-client-python
Original file line number Diff line number Diff line change 1
1
"""Version of the Client that is used in User-Agent header."""
2
2
3
- CLIENT_VERSION = '1.27.0 '
3
+ CLIENT_VERSION = '1.28.0dev0 '
You can’t perform that action at this time.
0 commit comments