File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ Release Notes
33
441- 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
Original file line number Diff line number Diff line change 1- __version__ = "4.0"
1+ __version__ = "4.0.1 "
22__build__ = "GIT_COMMIT"
33try :
44 import logging
You can’t perform that action at this time.
0 commit comments