Skip to content

Commit b927f21

Browse files
authored
REL Release 0.9.4 (#461)
1 parent b9cae3c commit b927f21

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

docs/changelog.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ Changelog
1616

1717
.. _v0.9.4:
1818

19-
:release-tag:`0.9.4rc1`
20-
=======================
19+
:release-tag:`0.9.4`
20+
====================
2121

2222
* Normalize spectrum by maximum value or not at all - :pull:`457`
2323
* Support for reading ``pspec`` fields in xsplot files - :pull:`456`
2424

25-
:release-tag:`0.9.4rc0`
26-
=======================
27-
2825
* Support for Serpent 2.1.32 via :ref:`settings`. 2.1.31 is still
2926
default - :pull:`447`
3027
* Support for installing under python 3.9 - :pull:`444`
@@ -35,6 +32,8 @@ Changelog
3532
* :meth:`serpentTools.SensitivityReader.plot` - :pull:`434`
3633
* :meth:`serpentTools.ResultsReader.plot` - :pull:`446`
3734

35+
Supported by releases :release-tag:`0.9.4rc0` and :release-tag:`0.9.4rc1`
36+
3837
.. _v0.9.3:
3938

4039
:release-tag:`0.9.3`

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# |version| and |release|, also used in various other places throughout the
5353
# built documents.
5454

55-
version = "0.9.4rc1"
55+
version = "0.9.4"
5656

5757
# General information about the project.
5858
project = 'serpentTools'

serpentTools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from serpentTools.seed import *
88
from serpentTools.xs import *
99

10-
__version__ = "0.9.4rc1"
10+
__version__ = "0.9.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def getDataFiles():
4444

4545
pythonRequires = ">=3.5"
4646

47-
version = "0.9.4rc1"
47+
version = "0.9.4"
4848

4949
setupArgs = {
5050
'name': 'serpentTools',

0 commit comments

Comments
 (0)