Skip to content

Commit 34b01ec

Browse files
committed
🔖 release v2.2.2
# 2.2.2 * [FIX] use `dateutil.parse` to parse SQLite dates
1 parent fb51d3a commit 34b01ec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 2.2.2
2+
3+
* [FIX] use `dateutil.parse` to parse SQLite dates
4+
15
# 2.2.1
26

3-
* [FIX] Fix transferring composite primary keys when AUTOINCREMENT present
7+
* [FIX] fix transferring composite primary keys when AUTOINCREMENT present
48

59
# 2.2.0
610

src/mysql_to_sqlite3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Utility to transfer data from MySQL to SQLite 3."""
22

3-
__version__ = "2.2.1"
3+
__version__ = "2.2.2"
44

55
from .transporter import MySQLtoSQLite

0 commit comments

Comments
 (0)