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 Jan 20, 2022
1 parent 061b8bb commit 1380242
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.26.0 [unreleased]

## 1.25.0 [2022-01-20]

### 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.24.0" %}
{% set version = "1.25.0" %}


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

source:
url: https://files.pythonhosted.org/packages/5f/98/b1135262f5dd3bb7da68c0f8dee583345d3e2c57518a14e33679167dca51/influxdb_client-1.24.0.tar.gz
sha256: 0e4b6311145608759afca1ed4234ee20de8a2cb62560474d6a179a01f0571814
url: https://files.pythonhosted.org/packages/ae/e4/23f7c626bf6a6e990a20e2ea0b1ecf2fbe3a0b584a3db97de88e42745f29/influxdb_client-1.25.0.tar.gz
sha256: e53874182d4c238faf2e5224286546d88c79faf3eb3f1c44e5c013ff278b3f48

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.25.0'
CLIENT_VERSION = '1.26.0dev0'

0 comments on commit 1380242

Please sign in to comment.