File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ Changelog
1616
1717.. _v0.9.4 :
1818
19- 0.9.4rc1
20- ========
21- * Support for reading ``pspec `` fields in xsplot files
19+ :release-tag: `0.9.4rc1 `
20+ =======================
21+
22+ * Normalize spectrum by maximum value or not at all - :pull: `457 `
23+ * Support for reading ``pspec `` fields in xsplot files - :pull: `456 `
2224
2325:release-tag: `0.9.4rc0 `
24- ====================
26+ =======================
2527
2628* Support for Serpent 2.1.32 via :ref: `settings `. 2.1.31 is still
2729 default - :pull: `447 `
Original file line number Diff line number Diff line change 5252# |version| and |release|, also used in various other places throughout the
5353# built documents.
5454
55- version = "0.9.4rc0 "
55+ version = "0.9.4rc1 "
5656
5757# General information about the project.
5858project = 'serpentTools'
Original file line number Diff line number Diff line change 77from serpentTools .seed import *
88from serpentTools .xs import *
99
10- __version__ = "0.9.4rc0 "
10+ __version__ = "0.9.4rc1 "
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def getDataFiles():
4444
4545pythonRequires = ">=3.5"
4646
47- version = "0.9.4rc0 "
47+ version = "0.9.4rc1 "
4848
4949setupArgs = {
5050 'name' : 'serpentTools' ,
You can’t perform that action at this time.
0 commit comments