We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb290a commit 4e1d367Copy full SHA for 4e1d367
2 files changed
docs/source/conf.py
@@ -89,9 +89,9 @@
89
# built documents.
90
#
91
# The short X.Y version.
92
-version = "3.19.0rc0"
+version = "3.19.0"
93
# The full version, including alpha/beta/rc tags.
94
-release = "3.19.0rc0"
+release = "3.19.0"
95
96
# The language for content autogenerated by Sphinx. Refer to documentation
97
# 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
# Addtional 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.19.0rc0"
+default_version = "3.19.0"
26
27
try:
28
version = (
0 commit comments