Skip to content

Commit

Permalink
Upgrade version in documentation (hazelcast#690)
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.


![image](https://github.com/user-attachments/assets/96f39c24-887a-4b60-b221-11974a7de011)

Post Merge:
- [ ] Add to [the
documentation](https://hazelcast.atlassian.net/wiki/spaces/HZC/pages/115376462/Python+Client+Release+Procedure)
  • Loading branch information
JackPGreen authored Aug 2, 2024
1 parent 2943116 commit fc30677
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 fc30677

Please sign in to comment.