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 735385d

Browse filesBrowse files
committed
chore(release): prepare for next development iteration
1 parent 9314c45 commit 735385d
Copy full SHA for 735385d

File tree

3 files changed

+6
-4
lines changed
Filter options

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.36.0 [unreleased]
2+
13
## 1.35.0 [2022-12-01]
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.34.0" %}
2+
{% set version = "1.35.0" %}
33

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/c6/c0/d3d72e27c9b77da94344fd27b29fa1b8708be3f3b63805cb24c1ea63898c/influxdb_client-1.34.0.tar.gz
11-
sha256: e5691e50367ffa7768e3ff74c857cb9c3df2eba7a82526f176394ae4ee1fbd48
10+
url: https://files.pythonhosted.org/packages/50/e1/b39818533faee47144c867b7d2342f5d81fc6055a13966baa9193eb191a9/influxdb_client-1.35.0.tar.gz
11+
sha256: eaef9fb9adcdc9868b50770602bf06c662e9cf4a390d09f14c8e888f3947adbb
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.35.0'
3+
VERSION = '1.36.0dev0'

0 commit comments

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