Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-k1 committed Dec 4, 2023
1 parent bedcad7 commit 4c2ff7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,7 @@
* Fix update unknown variable (#574)
* Fix Test Add omitted charset setting in base.py (#565)
* feature Partial Update row event (#521)

1.0.4 04/12/2023
* Fix an issue in parsing default column charset (#582)
* fake rotate event check (#579)
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.3"
version = "1.0.4"
# The full version, including alpha/beta/rc tags.
release = "1.0.3"
release = "1.0.4"

# 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.3"
version = "1.0.4"

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

0 comments on commit 4c2ff7f

Please sign in to comment.