From 7fbce1906a92a0c783fadd20980a95049be19c10 Mon Sep 17 00:00:00 2001 From: Nicola Tarocco Date: Thu, 19 Sep 2024 08:16:47 +0200 Subject: [PATCH] v13: add show packages version in admin panel --- docs/releases/versions/version-v13.0.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/versions/version-v13.0.0.md b/docs/releases/versions/version-v13.0.0.md index a892a694..9228618a 100644 --- a/docs/releases/versions/version-v13.0.0.md +++ b/docs/releases/versions/version-v13.0.0.md @@ -35,6 +35,8 @@ BREAKING -> mapping changes, create new indices Here is a quick summary of the myriad other improvements in this release: - The creators' roles are now displayed [PR](https://github.com/inveniosoftware/invenio-app-rdm/pull/2795) +- You can now see and show the version of InvenioAppRDM and any other module [Issue](https://github.com/inveniosoftware/invenio-app-rdm/issues/2838) + Change the config ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] and append to the list the version you want to display. - ...and many more bug fixes! ## Breaking changes