Skip to content

Commit b0569ce

Browse files
committed
🔖 release v2.1.10
# 2.1.10 * [CHORE] add Sphinx documentation
1 parent 09e189a commit b0569ce

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1.10
2+
3+
* [CHORE] add Sphinx documentation
4+
15
# 2.1.9
26

37
* [FEAT] add conversion of SQLite custom `BOOL` data type to MySQL `TINYINT(1)`

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ dependencies = [
5151
dynamic = ["version"]
5252

5353
[project.urls]
54+
Homepage = "https://techouse.github.io/sqlite3-to-mysql/"
55+
Documentation = "https://techouse.github.io/sqlite3-to-mysql/"
5456
Source = "https://github.com/techouse/sqlite3-to-mysql"
5557
Changelog = "https://github.com/techouse/sqlite3-to-mysql/blob/master/CHANGELOG.md"
5658
Sponsor = "https://github.com/sponsors/techouse"

src/sqlite3_to_mysql/__init__.py

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

3-
__version__ = "2.1.9"
3+
__version__ = "2.1.10"
44

55
from .transporter import SQLite3toMySQL

0 commit comments

Comments
 (0)