File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 2.1.12
2
+
3
+ * [ CHORE] update MySQL Connector/Python to 8.4.0
4
+ * [ CHORE] add Sphinx documentation
5
+
1
6
# 2.1.11
2
7
3
8
* [ CHORE] migrate package from flat layout to src layout
Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ dependencies = [
50
50
dynamic = [" version" ]
51
51
52
52
[project .urls ]
53
- Changelog = " https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
53
+ Homepage = " https://techouse.github.io/mysql-to-sqlite3/"
54
+ Documentation = " https://techouse.github.io/mysql-to-sqlite3/"
54
55
Source = " https://github.com/techouse/mysql-to-sqlite3"
56
+ Changelog = " https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
55
57
Sponsor = " https://github.com/sponsors/techouse"
56
58
PayPal = " https://paypal.me/ktusar"
57
59
Original file line number Diff line number Diff line change 1
1
"""Utility to transfer data from MySQL to SQLite 3."""
2
2
3
- __version__ = "2.1.11 "
3
+ __version__ = "2.1.12 "
4
4
5
5
from .transporter import MySQLtoSQLite
You can’t perform that action at this time.
0 commit comments