Skip to content

Commit e517cd3

Browse files
authored
fix: missing module declaration (#98)
* fix: missing module declaration * docs: update CHANGELOG.md
1 parent 68b0176 commit e517cd3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.7.0 [unreleased]
44

5+
### Bug Fixes
6+
7+
1. [#98](https://github.com/InfluxCommunity/influxdb3-python/pull/98): Missing declaration for `query` module
8+
59
## 0.6.0 [2024-06-24]
610

711
### Features
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Package for query module."""

0 commit comments

Comments
 (0)