Skip to content

Commit

Permalink
fix: missing module declaration (#98)
Browse files Browse the repository at this point in the history
* fix: missing module declaration

* docs: update CHANGELOG.md
  • Loading branch information
bednar committed Jun 25, 2024
1 parent 68b0176 commit e517cd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.7.0 [unreleased]

### Bug Fixes

1. [#98](https://github.com/InfluxCommunity/influxdb3-python/pull/98): Missing declaration for `query` module

## 0.6.0 [2024-06-24]

### Features
Expand Down
1 change: 1 addition & 0 deletions influxdb_client_3/query/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Package for query module."""

0 comments on commit e517cd3

Please sign in to comment.