Skip to content

Commit

Permalink
🔖 release v2.1.12
Browse files Browse the repository at this point in the history
# 2.1.12

* [CHORE] update MySQL Connector/Python to 8.4.0
* [CHORE] add Sphinx documentation
  • Loading branch information
techouse committed May 12, 2024
1 parent 2cf6de5 commit 9af779f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.1.12

* [CHORE] update MySQL Connector/Python to 8.4.0
* [CHORE] add Sphinx documentation

# 2.1.11

* [CHORE] migrate package from flat layout to src layout
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ dependencies = [
dynamic = ["version"]

[project.urls]
Changelog = "https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
Homepage = "https://techouse.github.io/mysql-to-sqlite3/"
Documentation = "https://techouse.github.io/mysql-to-sqlite3/"
Source = "https://github.com/techouse/mysql-to-sqlite3"
Changelog = "https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
Sponsor = "https://github.com/sponsors/techouse"
PayPal = "https://paypal.me/ktusar"

Expand Down
2 changes: 1 addition & 1 deletion src/mysql_to_sqlite3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Utility to transfer data from MySQL to SQLite 3."""

__version__ = "2.1.11"
__version__ = "2.1.12"

from .transporter import MySQLtoSQLite

0 comments on commit 9af779f

Please sign in to comment.