diff --git a/collatex-pythonport/HISTORY.rst b/collatex-pythonport/HISTORY.rst index a3c5ac956..be93081f5 100644 --- a/collatex-pythonport/HISTORY.rst +++ b/collatex-pythonport/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +2.0.0rc19 (2015-12-10) +++++++++++++++++++++++ +* Rename of TokenIndex.py was not in effect in the uploaded files. Fixed now. + 2.0.0rc18 (2015-11-25) ++++++++++++++++++++++ * Renamed TokenIndex.py module to tokenindex.py to follow conventions. diff --git a/collatex-pythonport/setup.py b/collatex-pythonport/setup.py index 5c8faa50f..c0a2c6300 100755 --- a/collatex-pythonport/setup.py +++ b/collatex-pythonport/setup.py @@ -19,7 +19,7 @@ setup( name='collatex', - version='2.0.0rc18', + version='2.0.0rc19', description='CollateX is a collation tool.', long_description=readme + '\n\n' + history, author='Ronald Haentjens Dekker',