Skip to content

Commit

Permalink
🔖 release v2.1.11
Browse files Browse the repository at this point in the history
# 2.1.11

* [CHORE] migrate package from flat layout to src layout
  • Loading branch information
techouse committed Apr 13, 2024
1 parent 8698f62 commit 1327ba9
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.11

* [CHORE] migrate package from flat layout to src layout

# 2.1.10

* [FEAT] add support for AUTOINCREMENT
Expand Down
2 changes: 1 addition & 1 deletion src/mysql_to_sqlite3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Utility to transfer data from MySQL to SQLite 3."""

__version__ = "2.1.10"
__version__ = "2.1.11"

from .transporter import MySQLtoSQLite

0 comments on commit 1327ba9

Please sign in to comment.