File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.21.0 [ unreleased]
2
+
1
3
## 1.20.0 [ 2021-08-20]
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.19 .0" %}
2
+ {% set version = "1.20 .0" %}
3
3
4
4
5
5
package :
8
8
9
9
source :
10
10
url : https://pypi.python.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
11
- sha256 : 8954562259dd3770d89cd3db13cbe48e44c56e000f8af377b8c606f7c91c5f58
11
+ sha256 : da734bb25e7064e03bf9699de502b4e02ef0304cddac7cb56cbd9d5d0c3a3bcd
12
12
13
13
build :
14
14
number : 0
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.20.0 '
3
+ CLIENT_VERSION = '1.21.0dev0 '
You can’t perform that action at this time.
0 commit comments