Skip to content

Commit fe0feea

Browse files
authored
Merge pull request #541 from EducationalTestingService/release/8.1.2
v8.1.2 Release
2 parents 5a2a293 + d99fb16 commit fe0feea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/internal/release_process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This process is only meant for the project administrators, not users and develop
4242

4343
#. Then run some tests from a RSMTool working copy. If the TestPyPI package works, then move on to the next step. If it doesn't, figure out why and rebuild and re-upload the package.
4444

45-
#. Build the new generic conda package by running the following command in the ``conda-recipe`` directory (note that this assumes that you have cloned RSMTool in a directory named ``rsmtool``)::
45+
#. Build the new conda package by running the following command in the ``conda-recipe`` directory (note that this assumes that you have cloned RSMTool in a directory named ``rsmtool``)::
4646

4747
conda build -c conda-forge -c ets .
4848

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.1.1'
6+
__version__ = '8.1.2'
77
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)