Skip to content

Commit 854fc6c

Browse files
committed
chore(release): prepare for next development iteration
1 parent b2e82d1 commit 854fc6c

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.37.0 [unreleased]
2+
13
## 1.36.1 [2023-02-23]
24

35
### Bug Fixes

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.36.0" %}
2+
{% set version = "1.36.1" %}
33

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/7d/00/cb21827d592e3e862faa5615aeda5c896947998ba06fdb3aebd71a3b8527/influxdb_client-1.36.0.tar.gz
11-
sha256: fdbedd1c72db4b928084cb04bea28b5433d214fb9b136e89a5ffa943de282af1
10+
url: https://files.pythonhosted.org/packages/ad/c5/2a8c6be01233a523b0b585b343b00acc79e637f641e360c05aaaaa4a5c02/influxdb_client-1.36.1.tar.gz
11+
sha256: 59654af4f7133f0ecf916411935b50f42e5c4bc125d218e193848f3615b57bfc
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-
VERSION = '1.36.1'
3+
VERSION = '1.37.0dev0'

0 commit comments

Comments
 (0)