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 bb378af

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

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.24.0 [unreleased]
2+
13
## 1.23.0 [2021-10-26]
24

35
### Deprecates

‎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.22.0" %}
2+
{% set version = "1.23.0" %}
33

44

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

99
source:
10-
url: https://files.pythonhosted.org/packages/1c/90/b36410aea476f923c4853629f19880671a83cef5e04f8f7c49c16206fb99/influxdb_client-1.22.0.tar.gz
11-
sha256: 383744fc35bf87bf327b359d133e89992cafc468818084cddba81b496b04d789
10+
url: https://files.pythonhosted.org/packages/13/7c/4d83d03b27d35973b35432435b0780675d2ae505f208f178de32effd9e07/influxdb_client-1.23.0.tar.gz
11+
sha256: 049476feb0dba1c8a6aa13cca19804295221a7460eeb4d9d6de99749c22821e1
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-
CLIENT_VERSION = '1.23.0'
3+
CLIENT_VERSION = '1.24.0dev0'

0 commit comments

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