We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc7feb4 + ec6cf79 commit 4f3914cCopy full SHA for 4f3914c
docs/sphinx-docs/source/conf.py
@@ -81,7 +81,7 @@
81
# The short X.Y version.
82
version = '5.0'
83
# The full version, including e.g. alpha tags (a1).
84
-release = '5.0.6'
+release = '5.0.6b1'
85
86
# The language for content autogenerated by Sphinx. Refer to documentation
87
# for a list of supported languages.
src/sas/sasview/__init__.py
@@ -1,7 +1,7 @@
1
from distutils.version import StrictVersion
2
# The version number must follow StrictVersion rules as outlined
3
# in http://epydoc.sourceforge.net/stdlib/distutils.version.StrictVersion-class.html
4
-__version__ = "5.0.6"
+__version__ = "5.0.6b1"
5
StrictVersion(__version__)
6
__DOI__ = "Zenodo, 10.5281/zenodo.7581379"
7
__release_date__ = "2023"
0 commit comments