Skip to content

Commit

Permalink
🔖 release v2.1.10
Browse files Browse the repository at this point in the history
# 2.1.10

* [CHORE] add Sphinx documentation
  • Loading branch information
techouse committed May 12, 2024
1 parent 09e189a commit b0569ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.10

* [CHORE] add Sphinx documentation

# 2.1.9

* [FEAT] add conversion of SQLite custom `BOOL` data type to MySQL `TINYINT(1)`
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ dependencies = [
dynamic = ["version"]

[project.urls]
Homepage = "https://techouse.github.io/sqlite3-to-mysql/"
Documentation = "https://techouse.github.io/sqlite3-to-mysql/"
Source = "https://github.com/techouse/sqlite3-to-mysql"
Changelog = "https://github.com/techouse/sqlite3-to-mysql/blob/master/CHANGELOG.md"
Sponsor = "https://github.com/sponsors/techouse"
Expand Down
2 changes: 1 addition & 1 deletion src/sqlite3_to_mysql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Utility to transfer data from SQLite 3 to MySQL."""

__version__ = "2.1.9"
__version__ = "2.1.10"

from .transporter import SQLite3toMySQL

0 comments on commit b0569ce

Please sign in to comment.