Skip to content

Commit

Permalink
chore(release): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jun 24, 2022
1 parent 184a4dd commit 2839ddc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.31.0 [unreleased]

## 1.30.0 [2022-06-24]

### Features
Expand Down
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "influxdb_client" %}
{% set version = "1.29.1" %}
{% set version = "1.30.0" %}


package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://files.pythonhosted.org/packages/36/c3/cdca4217a983f79d2d287677cf5310f29a761b9e1a58eceb36d47dec1acb/influxdb_client-1.29.1.tar.gz
sha256: 8e354aae9a7cce1e8125636228ecc7bd1df2a8cb0100399d2024f7fc1fdad73f
url: https://files.pythonhosted.org/packages/c5/c1/02a50d9c2bfa450f4ae807e8be83f72f0b79c447e9762dc8337c545fdf5e/influxdb_client-1.30.0.tar.gz
sha256: 691acd05d3ca205c1c561991e1d7888d65706feb0a44076f2a22eb572aed9926

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion influxdb_client/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the Client that is used in User-Agent header."""

CLIENT_VERSION = '1.30.0'
CLIENT_VERSION = '1.31.0dev0'

0 comments on commit 2839ddc

Please sign in to comment.