Skip to content

Commit

Permalink
rc2 updates in version files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Potrzebowski authored and Wojciech Potrzebowski committed May 3, 2023
1 parent 8ae34ec commit b05037b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# The short X.Y version.
version = '5.0'
# The full version, including e.g. alpha tags (a1).
release = '5.0.6b1'
release = '5.0.6b2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/sas/sasview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.version import StrictVersion
# The version number must follow StrictVersion rules as outlined
# in http://epydoc.sourceforge.net/stdlib/distutils.version.StrictVersion-class.html
__version__ = "5.0.6b1"
__version__ = "5.0.6b2"
StrictVersion(__version__)
__DOI__ = "Zenodo, 10.5281/zenodo.7581379"
__release_date__ = "2023"
Expand Down

0 comments on commit b05037b

Please sign in to comment.