Skip to content

Commit

Permalink
🔖 release 2.1.7
Browse files Browse the repository at this point in the history
# 2.1.7

* [FIX] use more precise foreign key constraints
  • Loading branch information
techouse committed Jan 1, 2024
1 parent acedcbb commit 740bf33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.7

* [FIX] use more precise foreign key constraints

# 2.1.6

* [FEAT] build both linux/amd64 and linux/arm64 Docker images
Expand Down
2 changes: 1 addition & 1 deletion mysql_to_sqlite3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Utility to transfer data from MySQL to SQLite 3."""
__version__ = "2.1.6"
__version__ = "2.1.7"

from .transporter import MySQLtoSQLite

0 comments on commit 740bf33

Please sign in to comment.