Skip to content

Commit ee5b1c4

Browse files
author
Andrew Johnson
committed
REL Release 0.9.2
DEV Remove versioneer settings from setup.cfg DEV Remove all occurrences of six package DOC Collection of documentation fixes, typos, bad links DOC Remove redundant default settings file DOC Consolidate variable groups to single file DOC Remove redundant and old sampler documentation DOC Direct BranchCollector replacement through xs module DOC Document special members, not __init__ via template DOC Fix documentation for matlab hook DOC Convert some more docstrings to numpydoc format DOC Fix a collection of Sphinx/rst errors DOC Remove link to serpentTools.BranchedUniv; prefer xs submodule DOC Change linking structure for Project overview DOC Change substitution resultReader -> ResultsReader DEV Clean up some automatic docstrings DEV Cleanup normalizerFactor DEV Improve flexibility of formatPlot, placeLegend API Change automatic days label to Time [d] BUG Better handling of colorbars for mesh plots API Allow threshold values for hexagonal mesh plots DOC Improve documentation on logging DEV Remove automatic logging configuration DOC Add note on PY3.8 in changelog CI/DEV Bump scipy version for testing to 1.3.2 ENH Support for installing, testing with py 3.8 BUG Properly handle similarly named detectors
1 parent 838d096 commit ee5b1c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1"
55+
version = "0.9.2"
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.1"
10+
__version__ = "0.9.2"

setup.py

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

4444
pythonRequires = ">=3.5,<3.9"
4545

46-
version = "0.9.1"
46+
version = "0.9.2"
4747

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

0 commit comments

Comments
 (0)