File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2.1.10
2
+
3
+ * [ CHORE] add Sphinx documentation
4
+
1
5
# 2.1.9
2
6
3
7
* [ FEAT] add conversion of SQLite custom ` BOOL ` data type to MySQL ` TINYINT(1) `
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ dependencies = [
51
51
dynamic = [" version" ]
52
52
53
53
[project .urls ]
54
+ Homepage = " https://techouse.github.io/sqlite3-to-mysql/"
55
+ Documentation = " https://techouse.github.io/sqlite3-to-mysql/"
54
56
Source = " https://github.com/techouse/sqlite3-to-mysql"
55
57
Changelog = " https://github.com/techouse/sqlite3-to-mysql/blob/master/CHANGELOG.md"
56
58
Sponsor = " https://github.com/sponsors/techouse"
Original file line number Diff line number Diff line change 1
1
"""Utility to transfer data from SQLite 3 to MySQL."""
2
2
3
- __version__ = "2.1.9 "
3
+ __version__ = "2.1.10 "
4
4
5
5
from .transporter import SQLite3toMySQL
You can’t perform that action at this time.
0 commit comments