Skip to content

Commit fc30677

Browse files
authored
Upgrade version in documentation (#690)
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)
1 parent 2943116 commit fc30677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
# built documents.
7373
#
7474
# The short X.Y version.
75-
version = "5.3.0"
75+
version = "5.4.0"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "5.3.0"
77+
release = "5.4.0"
7878

7979
autodoc_member_order = "bysource"
8080
autoclass_content = "both"

0 commit comments

Comments
 (0)