File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 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+
16# 2.1.11
27
38* [ CHORE] migrate package from flat layout to src layout
Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ dependencies = [
5050dynamic = [" version" ]
5151
5252[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/"
5455Source = " https://github.com/techouse/mysql-to-sqlite3"
56+ Changelog = " https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
5557Sponsor = " https://github.com/sponsors/techouse"
5658PayPal = " https://paypal.me/ktusar"
5759
Original file line number Diff line number Diff line change 11"""Utility to transfer data from MySQL to SQLite 3."""
22
3- __version__ = "2.1.11 "
3+ __version__ = "2.1.12 "
44
55from .transporter import MySQLtoSQLite
You can’t perform that action at this time.
0 commit comments