Skip to content

Commit

Permalink
Last minute changes:
Browse files Browse the repository at this point in the history
- change the project_url to the changelog in the package metadata
- minor change in the changelog
  • Loading branch information
RKrahl committed Mar 20, 2024
1 parent 27ef917 commit 1525e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 1525e1b

Please sign in to comment.