Skip to content

Commit 503de13

Browse files
committed
chore(release): prepare for next development iteration
1 parent 3d45c86 commit 503de13

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.23.0 [unreleased]
2+
13
## 1.22.0 [2021-10-22]
24

35
### Features

conda/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{% set name = "influxdb_client" %}
2-
{% set version = "1.21.0" %}
2+
{% set version = "1.22.0" %}
33

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/11/4e/56bb9316c41635988c5e98c30490c95895b5cea71e18ebd848e2224f77e6/influxdb_client-1.21.0.tar.gz
11-
sha256: f3c9b51858ee3f5d219f145b4f71518ae5a0284c85d03f88940c143a63e6b8ce
10+
url: https://files.pythonhosted.org/packages/1c/90/b36410aea476f923c4853629f19880671a83cef5e04f8f7c49c16206fb99/influxdb_client-1.22.0.tar.gz
11+
sha256: 383744fc35bf87bf327b359d133e89992cafc468818084cddba81b496b04d789
1212

1313
build:
1414
number: 0

influxdb_client/version.py

+1-1
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.22.0'
3+
CLIENT_VERSION = '1.23.0dev0'

0 commit comments

Comments
 (0)