We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feed3bb commit 93b3b27Copy full SHA for 93b3b27
docs/source/conf.py
@@ -94,9 +94,9 @@
94
# built documents.
95
#
96
# The short X.Y version.
97
-version = "3.24.0rc0"
+version = "3.24.0"
98
# The full version, including alpha/beta/rc tags.
99
-release = "3.24.0rc0"
+release = "3.24.0"
100
101
# The language for content autogenerated by Sphinx. Refer to documentation
102
# for a list of supported languages.
setup.py
@@ -22,7 +22,7 @@
22
# default_version is the version if "git describe --tags" falls through
23
# Additional package info is set in foqus_lib/version/version.template.
24
# The version module, just makes it a bit easier for FOQUS to pull package info
25
-default_version = "3.24.0rc0"
+default_version = "3.24.0"
26
27
try:
28
version = (
0 commit comments