Skip to content

Commit 061ef02

Browse files
committed
🔖 release 2.5.6
# 2.5.6 * [FIX] update sqlglot expression imports for consistency * [CHORE] streamline MySQL connection setup in tests for clarity
1 parent b3a24ed commit 061ef02

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.5.6
2+
3+
* [FIX] update sqlglot expression imports for consistency
4+
* [CHORE] streamline MySQL connection setup in tests for clarity
5+
16
# 2.5.5
27

38
* [FIX] removed the Hatch `sources = ["src"]` rewrite so `sdists` now keep the `src/mysql_to_sqlite3` tree, letting

src/mysql_to_sqlite3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Utility to transfer data from MySQL to SQLite 3."""
22

3-
__version__ = "2.5.5"
3+
__version__ = "2.5.6"
44

55
from .transporter import MySQLtoSQLite

0 commit comments

Comments
 (0)