Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3-influxdb-client/1.37.0 package update #3990

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions py3-influxdb-client.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-influxdb-client
version: 1.36.1
epoch: 1
version: 1.37.0
epoch: 0
description: "InfluxDB 2.0 python client"
copyright:
- license: MIT
Expand All @@ -27,7 +27,7 @@ pipeline:
with:
repository: https://github.com/influxdata/influxdb-client-python.git
tag: v${{package.version}}
expected-commit: b2e82d197b2a041d93fd7aee206c1700916dd963
expected-commit: 771420aee2c07c0342a185d2d688ed8c08140e87

- name: Python Build
runs: python setup.py build
Expand Down