Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,9 @@

1.0.2 05/10/2023
* Delete charset_list.csv and add directly in CHARSET.py

1.0.3 04/11/2023
* Fix only last order column came when DML 5.7 user (#516)
* Fix update unknown variable (#574)
* Fix Test Add omitted charset setting in base.py (#565)
* feature Partial Update row event (#521)
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.2"
version = "1.0.3"
# The full version, including alpha/beta/rc tags.
release = "1.0.2"
release = "1.0.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):
unittest.main(tests, argv=sys.argv[:1])


version = "1.0.2"
version = "1.0.3"

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand Down