Skip to content

Commit 4f3914c

Browse files
author
Wojciech Potrzebowski
authored
Merge pull request #2428 from SasView/release_5.0.6_betaversioning
add beta version
2 parents bc7feb4 + ec6cf79 commit 4f3914c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sphinx-docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# The short X.Y version.
8282
version = '5.0'
8383
# The full version, including e.g. alpha tags (a1).
84-
release = '5.0.6'
84+
release = '5.0.6b1'
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# for a list of supported languages.

src/sas/sasview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.version import StrictVersion
22
# The version number must follow StrictVersion rules as outlined
33
# in http://epydoc.sourceforge.net/stdlib/distutils.version.StrictVersion-class.html
4-
__version__ = "5.0.6"
4+
__version__ = "5.0.6b1"
55
StrictVersion(__version__)
66
__DOI__ = "Zenodo, 10.5281/zenodo.7581379"
77
__release_date__ = "2023"

0 commit comments

Comments
 (0)