Skip to content

Commit

Permalink
Merge pull request #1970 from SasView/Update_version
Browse files Browse the repository at this point in the history
Update to version 5.0.5b1
  • Loading branch information
Wojciech Potrzebowski authored Nov 23, 2021
2 parents d3c75fe + d3cce1e commit dc31ff4
Show file tree
Hide file tree
Showing 3 changed files with 8 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.5a1'
release = '5.0.5b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 6 additions & 0 deletions docs/sphinx-docs/source/user/RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Release Notes
Features
========

New in Version 5.0.5
--------------------
This is a point release which fixes some issues reported in earlier versions
of 5.0.x:


New in Version 5.0.4
--------------------
This is a point release which fixes some issues reported in earlier versions
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.5a1"
__version__ = "5.0.5b1"
StrictVersion(__version__)
__DOI__ = "Zenodo, DOI:10.5281/zenodo.4467703"
__release_date__ = "2021"
Expand Down

0 comments on commit dc31ff4

Please sign in to comment.