Skip to content

Commit

Permalink
🔖 release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Dec 4, 2023
1 parent 6b81b17 commit b35c6db
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.2

* [FIX] throw more comprehensive error messages when translating column types

# 2.1.1

* [CHORE] add support for Python 3.12
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.1"
__version__ = "2.1.2"

from .transporter import MySQLtoSQLite

0 comments on commit b35c6db

Please sign in to comment.