Skip to content

Commit 66f21cd

Browse files
committed
Updating version number to 4.0.1
1 parent ee3be55 commit 66f21cd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/sphinx-docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '4.0'
62+
version = '4.0.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '4.0.0'
64+
release = '4.0.1'
6565

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

sasview/README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Release Notes
33

44
1- Features
55
===========
6+
- New in Version 4.0.1
7+
--------------------
8+
This release is specifically to address the problems with P(Q)*S(Q) in
9+
v4.0.0 that resulted as side-effects of the model infrastructure redesign.
10+
11+
The behaviour of P(Q)*S(Q) is now correct.
12+
613
- New in Version 4.0
714
------------------
815
This release fixes the various bugs found during the alpha and beta testing

sasview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0"
1+
__version__ = "4.0.1"
22
__build__ = "GIT_COMMIT"
33
try:
44
import logging

0 commit comments

Comments
 (0)