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 May 17, 2024
1 parent 83322a3 commit d2393e0
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.44.0 [unreleased]

## 1.43.0 [2024-05-17]

### Bug Fixes
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.42.0" %}
{% set version = "1.43.0" %}


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

source:
url: https://files.pythonhosted.org/packages/58/84/e8746501977f66fe7546d721971d2cc268a30762abab1f91ab73bd95163d/influxdb_client-1.42.0.tar.gz
sha256: f5e877feb671eda41e2b5c98ed1dc8ec3327fd8991360dc614822119cda06491
url: https://files.pythonhosted.org/packages/3a/1f/d610ac86af1204bb12698a4d9ac4bd743141e01c13dc44d2e5a8bcf9c556/influxdb_client-1.43.0.tar.gz
sha256: ae2614d891baed52c0ae8f6194a04ee5b1c6422f6061318a3639fe63b7671b25

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."""

VERSION = '1.43.0'
VERSION = '1.44.0dev0'

0 comments on commit d2393e0

Please sign in to comment.