File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ New features
1717+ `#148 `_, `#149 `_: Inject an additional element with environment
1818 information into the input data in :class: `icat.ingest.IngestReader `.
1919
20- + `#146 `_, `#147 `_: Better error handling in
20+ + `#146 `_, `#147 `_, ` #151 `_ : Better error handling in
2121 :class: `icat.ingest.IngestReader `.
2222
2323Incompatible changes
@@ -32,10 +32,6 @@ Incompatible changes
3232Bug fixes and minor changes
3333---------------------------
3434
35- + `#151 `_: Provide a more meaningful error message if the input to
36- :class: `icat.ingest.IngestReader ` fails validation against the XML
37- Schema Definition.
38-
3935+ `#141 `_, `#142 `_, `#150 `_: Review documentation.
4036
4137+ `#145 `_: Review build tool chain.
Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ def run(self):
182182 Source = "https://github.com/icatproject/python-icat/" ,
183183 Download = ("https://github.com/icatproject/python-icat/releases/%s/"
184184 % release ),
185- Changes = ("https://python-icat.readthedocs.io/en/%s/changelog.html "
186- % release ),
185+ Changes = ("https://python-icat.readthedocs.io/en/stable "
186+ "/changelog.html#changes-%s" % release . replace ( '.' , '-' ) ),
187187 ),
188188 packages = ["icat" ],
189189 package_dir = {"" : "src" },
You can’t perform that action at this time.
0 commit comments