Skip to content

Commit

Permalink
Upgrade version in documentation
Browse files Browse the repository at this point in the history
The latest `hazelcast-python-client` release is `5.4.0`, but the Sphinx configuration has not been updated so it's still labelled `5.3.0` in the documentation.
  • Loading branch information
JackPGreen authored Aug 1, 2024
1 parent 2722e16 commit 945786e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = "5.3.0"
version = "5.4.0"
# The full version, including alpha/beta/rc tags.
release = "5.3.0"
release = "5.4.0"

autodoc_member_order = "bysource"
autoclass_content = "both"
Expand Down

0 comments on commit 945786e

Please sign in to comment.