Skip to content

Commit 9af779f

Browse files
committedMay 12, 2024
🔖 release v2.1.12
# 2.1.12 * [CHORE] update MySQL Connector/Python to 8.4.0 * [CHORE] add Sphinx documentation
1 parent 2cf6de5 commit 9af779f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

‎pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ dependencies = [
5050
dynamic = ["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/"
5455
Source = "https://github.com/techouse/mysql-to-sqlite3"
56+
Changelog = "https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
5557
Sponsor = "https://github.com/sponsors/techouse"
5658
PayPal = "https://paypal.me/ktusar"
5759

‎src/mysql_to_sqlite3/__init__.py

Lines changed: 1 addition & 1 deletion
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.1.11"
3+
__version__ = "2.1.12"
44

55
from .transporter import MySQLtoSQLite

0 commit comments

Comments
 (0)