Skip to content

Commit 012c50a

Browse files
committed
chore(release): prepare for next development iteration
1 parent 06b7114 commit 012c50a

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.48.0 [unreleased]
2+
13
## 1.47.0 [2024-10-22]
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.46.0" %}
2+
{% set version = "1.47.0" %}
33

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/53/9e/4bd499eff06eab47f7995178623d508703d2b4fedab1a3544b04ef06fb0c/influxdb_client-1.46.0.tar.gz
11-
sha256: d5b5f3787db8ad75e64bf069fdc4d441e43b1a1d57f2c11082af309ef0b9722c
10+
url: https://files.pythonhosted.org/packages/f0/d7/07b6d9c02b975ba7961427af5a40c910871a97f543b4f5762112084cea48/influxdb_client-1.47.0.tar.gz
11+
sha256: 549f2c0ad458bbf79de1291ad5b07b823d80a3bcdbe77b4f0b436461aa008e2b
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.47.0'
3+
VERSION = '1.48.0dev0'

0 commit comments

Comments
 (0)