File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 231231
2322321.0.2 05/10/2023
233233* Delete charset_list.csv and add directly in CHARSET.py
234+
235+ 1.0.3 04/11/2023
236+ * Fix only last order column came when DML 5.7 user (#516)
237+ * Fix update unknown variable (#574)
238+ * Fix Test Add omitted charset setting in base.py (#565)
239+ * feature Partial Update row event (#521)
Original file line number Diff line number Diff line change 4747# built documents.
4848#
4949# The short X.Y version.
50- version = "1.0.2 "
50+ version = "1.0.3 "
5151# The full version, including alpha/beta/rc tags.
52- release = "1.0.2 "
52+ release = "1.0.3 "
5353
5454# The language for content autogenerated by Sphinx. Refer to documentation
5555# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def run(self):
2828 unittest .main (tests , argv = sys .argv [:1 ])
2929
3030
31- version = "1.0.2 "
31+ version = "1.0.3 "
3232
3333this_directory = Path (__file__ ).parent
3434long_description = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments