diff --git a/CHANGELOG.md b/CHANGELOG.md index 80676d5..1afac5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.1.3 + +* [CHORE] maintenance release to publish first containerized release + # 2.1.2 * [FIX] throw more comprehensive error messages when translating column types diff --git a/mysql_to_sqlite3/__init__.py b/mysql_to_sqlite3/__init__.py index 65b5660..242a6df 100644 --- a/mysql_to_sqlite3/__init__.py +++ b/mysql_to_sqlite3/__init__.py @@ -1,4 +1,4 @@ """Utility to transfer data from MySQL to SQLite 3.""" -__version__ = "2.1.2" +__version__ = "2.1.3" from .transporter import MySQLtoSQLite