Skip to content

Commit

Permalink
Merge pull request #458 from EducationalTestingService/release/8.0.1
Browse files Browse the repository at this point in the history
RSMTool v8.0.1 Release PR
  • Loading branch information
desilinguist authored Aug 4, 2020
2 parents b04230c + daf96ba commit bdfeba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/internal/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ This process is only meant for the project administrators, not users and develop

8. 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.

9. 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`` and that the latest version of ``numpy`` is ``1.18``)::
9. 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`` and that the latest version of ``numpy`` is ``1.19``)::

conda build -c conda-forge -c ets --numpy=1.18 .
conda build -c conda-forge -c ets --numpy=1.19 .

10. Upload the package to anaconda.org using ``anaconda upload --user ets <package tarball>``. You will need to have the appropriate permissions for the ``ets`` organization.

Expand Down
2 changes: 1 addition & 1 deletion rsmtool/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
in one place. Based on the suggestion `here. <http://bit.ly/16LbuJF>`_
"""

__version__ = '8.0.0'
__version__ = '8.0.1'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit bdfeba9

Please sign in to comment.