Skip to content

Commit 2d18f0d

Browse files
committed
fix: No module named 'asyncmy.connection'
1 parent 891ad37 commit 2d18f0d

File tree

4 files changed

+98
-96
lines changed

4 files changed

+98
-96
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.2
44

5+
### 0.2.7
6+
7+
- Fix `No module named 'asyncmy.connection'`.
8+
59
### 0.2.6
610

711
- Fix raise_mysql_exception (#28)

asyncmy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.2.7-rc6"
1+
__VERSION__ = "0.2.7"

0 commit comments

Comments
 (0)