Skip to content

Commit

Permalink
release 0.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-k1 committed Oct 5, 2023
1 parent cfa6bc0 commit 022cd15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,7 @@
* Optimize Handler_read_rnd by removing ORDER BY clause

0.45.0 02/10/2023
* Fix Json object, Array parse Error
* Fix Json object, Array parse Error

0.45.1 05/10/2023
* add util module
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.45'
version = '0.45.1'
# The full version, including alpha/beta/rc tags.
release = '0.45'
release = '0.45.1'

# 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 @@ -29,7 +29,7 @@ def run(self):
unittest.main(tests, argv=sys.argv[:1])


version = "0.45.0"
version = "0.45.1"

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

0 comments on commit 022cd15

Please sign in to comment.