Skip to content

Commit 9d19992

Browse files
authored
Set the cliet version to 4.0 (#297)
Set the client version to 4.0 and development status to production/stable after completing the release process.
1 parent d96e86f commit 9d19992

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = "4.0.0"
75+
version = "4.0"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "4.0.0b1"
77+
release = "4.0"
7878

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

hazelcast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.0b1"
1+
__version__ = "4.0"
22

33
# Set the default handler to "hazelcast" loggers
44
# to avoid "No handlers could be found" warnings.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author="Hazelcast Inc. Developers",
2828
author_email="[email protected]",
2929
classifiers=[
30-
"Development Status :: 4 - Beta",
30+
"Development Status :: 5 - Production/Stable",
3131
"Intended Audience :: Developers",
3232
"License :: OSI Approved :: Apache Software License",
3333
"Natural Language :: English",

0 commit comments

Comments
 (0)