Skip to content

Commit d4dbd3a

Browse files
committed
chore(release): prepare for next development iteration
1 parent c9d1857 commit d4dbd3a

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.28.0 [unreleased]
2+
13
## 1.27.0 [2022-03-18]
24

35
### Features

conda/meta.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{% set name = "influxdb_client" %}
2-
{% set version = "1.26.0" %}
2+
{% set version = "1.27.0" %}
33

44

55
package:
66
name: {{ name|lower }}
77
version: {{ version }}
88

99
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
1212

1313
build:
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

3326
about:
3427
home: https://github.com/influxdata/influxdb-client-python

influxdb_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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'

0 commit comments

Comments
 (0)