diff --git a/CHANGES.rst b/CHANGES.rst index 6b7fdfc..7032e98 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,10 +19,16 @@ Bug fixes and minor changes + `#152`_: Fix a documentation error + `#154`_: Fix a duplicate test name +Misc +---- + ++ `#157`_: :mod:`icat.ingest` now considered stable. + .. _#152: https://github.com/icatproject/python-icat/pull/152 .. _#154: https://github.com/icatproject/python-icat/pull/154 .. _#155: https://github.com/icatproject/python-icat/issues/155 .. _#156: https://github.com/icatproject/python-icat/pull/156 +.. _#157: https://github.com/icatproject/python-icat/pull/157 .. _changes-1_3_0: diff --git a/doc/src/ingest.rst b/doc/src/ingest.rst index e057422..a12eca4 100644 --- a/doc/src/ingest.rst +++ b/doc/src/ingest.rst @@ -5,11 +5,6 @@ .. versionadded:: 1.1.0 -.. note:: - The status of this module in the current version is still - experimental. There may be incompatible changes in the future - even in minor releases of python-icat. - This module provides class :class:`icat.ingest.IngestReader` that reads :ref:`ICAT-ingest-files` to add them to ICAT. It is designed for the use case of ingesting metadata for datasets created during diff --git a/src/icat/ingest.py b/src/icat/ingest.py index 0e51352..55a10b5 100644 --- a/src/icat/ingest.py +++ b/src/icat/ingest.py @@ -1,10 +1,5 @@ """Ingest metadata into ICAT. -.. note:: - The status of this module in the current version is still - experimental. There may be incompatible changes in the future - even in minor releases of python-icat. - .. versionadded:: 1.1.0 """