Skip to content

Commit a11d015

Browse files
committed
Add a versionchanged note to reference of
icat.dump_queries.getDataPublicationQueries()
1 parent 15aafd1 commit a11d015

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/icat/dump_queries.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ def getDataPublicationQueries(client, pubid):
192192
.. versionchanged:: 1.1.0
193193
return an empty list if the ICAT server is older than 5.0
194194
rather than raising :exc:`~icat.exception.EntityTypeError`.
195+
196+
.. versionchanged:: 1.7.0
197+
add include clauses for ``subjects`` into query for
198+
``DataPublication``, if applicable.
195199
"""
196200
# Compatibility between ICAT versions:
197201
# - ICAT 5.0.0 added DataPublication and related classes.

0 commit comments

Comments
 (0)