mySQLDBCtrlAPI 1.2510.27__tar.gz → 1.2511.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2510.27
3
+ Version: 1.2511.6
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -34,6 +34,9 @@ Dynamic: license-file
34
34
  #mySQLDBCtrlAPI
35
35
 
36
36
  ## History of version
37
+ Version 1.2511.06: 2025/11/06<BR>
38
+ Fixed utf8 and big5(latin) encode bugs.
39
+
37
40
  Version 1.2510.23: 2025/10/22<BR>
38
41
  Fixed version bugs.
39
42
 
@@ -1,6 +1,9 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2511.06: 2025/11/06<BR>
5
+ Fixed utf8 and big5(latin) encode bugs.
6
+
4
7
  Version 1.2510.23: 2025/10/22<BR>
5
8
  Fixed version bugs.
6
9
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2510.27"
7
+ version = "1.2511.06"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package"
10
10
  authors = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2510.27
3
+ Version: 1.2511.6
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -34,6 +34,9 @@ Dynamic: license-file
34
34
  #mySQLDBCtrlAPI
35
35
 
36
36
  ## History of version
37
+ Version 1.2511.06: 2025/11/06<BR>
38
+ Fixed utf8 and big5(latin) encode bugs.
39
+
37
40
  Version 1.2510.23: 2025/10/22<BR>
38
41
  Fixed version bugs.
39
42