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 f0a36a0

Browse filesBrowse files
author
Sebastian Spaink
committed
chore(release): prepare for next development iteration
1 parent e8cff5c commit f0a36a0
Copy full SHA for f0a36a0

File tree

3 files changed

+7
-4
lines changed
Filter options

3 files changed

+7
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.34.0 [unreleased]
2+
3+
14
## 1.33.0 [2022-09-29]
25

36
### 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.32.0" %}
2+
{% set version = "1.33.0" %}
33

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/f9/e8/19d4336984b1326c9e93a8cf207d77ba751bcff35275fe950d39b4e53e3b/influxdb_client-1.32.0.tar.gz
11-
sha256: 29bd40934cbdcbc0e914886028bee06ac05051cff5bccaece0457eefb67ace6d
10+
url: https://files.pythonhosted.org/packages/fd/51/30168a2c9266e479f8f64e85f91221b9be66ea85e0ff645fcb1d4175f8e0/influxdb_client-1.33.0.tar.gz
11+
sha256: 45f6a1763804a19b972890daf4c5f0bd2d3ae2f202b86451c579e09dcadd30e6
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.33.0'
3+
VERSION = '1.34.0dev0'

0 commit comments

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