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 Aug 12, 2024
1 parent db1630d commit 0dcc35b
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.46.0 [unreleased]

## 1.45.0 [2024-08-12]

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


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

source:
url: https://files.pythonhosted.org/packages/9e/a1/ab4f2a3b90334c2e7cb795fbc85483a30134078b1bad0a165a34cb827aa7/influxdb_client-1.44.0.tar.gz
sha256: da9bc0cc49de4a0ac844d833c1efa65227ec5a2254e63cdbe07b5d532c0c37f8
url: https://files.pythonhosted.org/packages/71/cd/a016f327d0669074526b36ae7c1bb84760e3c0d29911f6e8e4046a217f32/influxdb_client-1.45.0.tar.gz
sha256: e24aa0a838f58487b2382c654fa8183fb5ca504af70438a42ca20dd79669a2be

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.45.0'
VERSION = '1.46.0dev0'

0 comments on commit 0dcc35b

Please sign in to comment.