diff --git a/CHANGES.rst b/CHANGES.rst index 9685c9c..4e5fd39 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,7 +17,7 @@ New features + `#148`_, `#149`_: Inject an additional element with environment information into the input data in :class:`icat.ingest.IngestReader`. -+ `#146`_, `#147`_: Better error handling in ++ `#146`_, `#147`_, `#151`_: Better error handling in :class:`icat.ingest.IngestReader`. Incompatible changes @@ -32,10 +32,6 @@ Incompatible changes Bug fixes and minor changes --------------------------- -+ `#151`_: Provide a more meaningful error message if the input to - :class:`icat.ingest.IngestReader` fails validation against the XML - Schema Definition. - + `#141`_, `#142`_, `#150`_: Review documentation. + `#145`_: Review build tool chain. diff --git a/setup.py b/setup.py index 9c3b1e1..ee7173e 100755 --- a/setup.py +++ b/setup.py @@ -182,8 +182,8 @@ def run(self): Source="https://github.com/icatproject/python-icat/", Download=("https://github.com/icatproject/python-icat/releases/%s/" % release), - Changes=("https://python-icat.readthedocs.io/en/%s/changelog.html" - % release), + Changes=("https://python-icat.readthedocs.io/en/stable" + "/changelog.html#changes-%s" % release.replace('.', '-')), ), packages = ["icat"], package_dir = {"": "src"},