8000 chore(release): prepare for next development iteration · AshCusack/influxdb-client-python@9e9a10c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e9a10c

Browse files
committed
chore(release): prepare for next development iteration
8000
1 parent 372f02a commit 9e9a10c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.33.0 [unreleased]
2+
13
## 1.32.0 [2022-08-25]
24

35
:warning: This release drop supports for Python 3.6. As of 2021-12-23, 3.6 has reached the end-of-life phase of its release cycle. 3.6.15 was the final security release. For more info see: https://peps.python.org/pep-0494/#lifespan

conda/meta.yaml

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

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/66/79/eabacb1f737216da92023a3137e4ebb8a6cbafc870efdde8af9b167e33ae/influxdb_client-1.31.0.tar.gz
11-
sha256: adf6dfdf35f7c39cf543b243359d2c0ae79fc462f1ef57a09d0f1623f181796d
10+
url: https://files.pythonhosted.org/packages/f9/e8/19d4336984b1326c9e93a8cf207d77ba751bcff35275fe950d39b4e53e3b/influxdb_client-1.32.0.tar.gz
11+
sha256: 29bd40934cbdcbc0e914886028bee06ac05051cff5bccaece0457eefb67ace6d
1212

1313
build:
1414
number: 0

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-
VERSION = '1.32.0'
3+
VERSION = '1.33.0dev0'

0 commit comments

Comments
 (0)
0