Skip to content

Commit e8cd094

Browse files
authored
Merge pull request #450 from drewejohnson/rc-0.9.4
REL Release candidate 0.9.4rc0
2 parents 17afaec + 80ce9d9 commit e8cd094

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ Changelog
1414
existing structures. For more information, see
1515
:ref:`data-model`
1616

17+
.. _v0.9.4:
18+
19+
:release-tag:`0.9.4rc0`
20+
====================
21+
22+
* Support for Serpent 2.1.32 via :ref:`settings`. 2.1.31 is still
23+
default - :pull:`447`
24+
* Support for installing under python 3.9 - :pull:`444`
25+
* Various ``plot`` methods now support passing keword arguments to underlying
26+
matplotlib plot routines
27+
28+
* :meth:`serpentTools.objects.HomogUniv.plot` - :pull:`432`
29+
* :meth:`serpentTools.SensitivityReader.plot` - :pull:`434`
30+
* :meth:`serpentTools.ResultsReader.plot` - :pull:`446`
31+
1732
.. _v0.9.3:
1833

1934
: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.3"
55+
version = "0.9.4rc0"
5656

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

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Version of Serpent::
214214

215215
Default: 2.1.31
216216
Type: str
217-
Options: [2.1.29, 2.1.30, 2.1.31]
217+
Options: [2.1.29, 2.1.30, 2.1.31, 2.1.32]
218218

219219
.. _verbosity:
220220

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.3"
10+
__version__ = "0.9.4rc0"

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.3"
47+
version = "0.9.4rc0"
4848

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

0 commit comments

Comments
 (0)