We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a24ed commit 061ef02Copy full SHA for 061ef02
2 files changed
CHANGELOG.md
@@ -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
6
# 2.5.5
7
8
* [FIX] removed the Hatch `sources = ["src"]` rewrite so `sdists` now keep the `src/mysql_to_sqlite3` tree, letting
src/mysql_to_sqlite3/__init__.py
@@ -1,5 +1,5 @@
"""Utility to transfer data from MySQL to SQLite 3."""
-__version__ = "2.5.5"
+__version__ = "2.5.6"
from .transporter import MySQLtoSQLite
0 commit comments