Skip to content

Commit

Permalink
🔖 release v2.1.8
Browse files Browse the repository at this point in the history
# 2.1.8

* [CHORE] migrate package from flat layout to src layout
  • Loading branch information
techouse committed Apr 13, 2024
1 parent 3a68bbb commit 55f5d98
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.8

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

# 2.1.7

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

__version__ = "2.1.7"
__version__ = "2.1.8"

from .transporter import SQLite3toMySQL

0 comments on commit 55f5d98

Please sign in to comment.