Skip to content

Commit 01fdce1

Browse files
authored
Merge pull request #572 from julien-duponchelle/changelog-1.0.3
release 1.0.3
2 parents 4890175 + 5ee9448 commit 01fdce1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,9 @@
231231

232232
1.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)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3333
this_directory = Path(__file__).parent
3434
long_description = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)