Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b844a82

Browse filesBrowse files
committed
chore(release): prepare for next development iteration
1 parent bd0eff2 commit b844a82
Copy full SHA for b844a82

File tree

Expand file treeCollapse file tree

3 files changed

+6
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.45.0 [unreleased]
2+
13
## 1.44.0 [2024-06-24]
24

35
### Features

‎conda/meta.yaml

Copy file name to clipboardExpand all lines: conda/meta.yaml
+3-3Lines 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.43.0" %}
2+
{% set version = "1.44.0" %}
33

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/3a/1f/d610ac86af1204bb12698a4d9ac4bd743141e01c13dc44d2e5a8bcf9c556/influxdb_client-1.43.0.tar.gz
11-
sha256: ae2614d891baed52c0ae8f6194a04ee5b1c6422f6061318a3639fe63b7671b25
10+
url: https://files.pythonhosted.org/packages/9e/a1/ab4f2a3b90334c2e7cb795fbc85483a30134078b1bad0a165a34cb827aa7/influxdb_client-1.44.0.tar.gz
11+
sha256: da9bc0cc49de4a0ac844d833c1efa65227ec5a2254e63cdbe07b5d532c0c37f8
1212

1313
build:
1414
number: 0

‎influxdb_client/version.py

Copy file name to clipboard
+1-1Lines 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.44.0'
3+
VERSION = '1.45.0dev0'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.