Skip to content

Commit 29b575d

Browse files
authored
Merge pull request #474 from EducationalTestingService/release/8.0.2
V8.0.2 release
2 parents 486cd0e + 2435746 commit 29b575d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Rater Scoring Modeling Tool
55
:target: https://travis-ci.org/EducationalTestingService/rsmtool
66
:alt: Build status
77

8+
.. image:: https://dev.azure.com/EducationalTestingService/RSMTool/_apis/build/status/EducationalTestingService.rsmtool
9+
:target: https://dev.azure.com/EducationalTestingService/RSMTool/_build?view=runs
10+
:alt: Build status
11+
812
.. image:: https://img.shields.io/coveralls/EducationalTestingService/rsmtool/master.svg
913
:target: https://coveralls.io/r/EducationalTestingService/rsmtool
1014
:alt: Coverage status

rsmtool/configuration_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ def get_rater_error_variance(self):
596596
"""
597597
Get specified rater error variance, if any, and make sure it's numeric.
598598
599-
Returns:
600-
--------
599+
Returns
600+
-------
601601
rater_error_variance : float
602602
specified rater error variance
603603
"""

rsmtool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
in one place. Based on the suggestion `here. <http://bit.ly/16LbuJF>`_
44
"""
55

6-
__version__ = '8.0.1'
6+
__version__ = '8.0.2'
77
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)