Skip to content

Commit 1525e1b

Browse files
committed
Last minute changes:
- change the project_url to the changelog in the package metadata - minor change in the changelog
1 parent 27ef917 commit 1525e1b

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

2323
Incompatible changes
@@ -32,10 +32,6 @@ Incompatible changes
3232
Bug 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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"},

0 commit comments

Comments
 (0)