From 13d25a9047631e7d41c8b4f5bb72e0589c05ad46 Mon Sep 17 00:00:00 2001 From: cmadjar Date: Thu, 13 Jun 2024 12:09:31 -0400 Subject: [PATCH 1/2] modify version in README and VERSION files --- README.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a62e28c2e..49f6ecd2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This Readme covers release 24.1.* of the LORIS Imaging Insertion Pipeline for Ubuntu or CentOS systems +This Readme covers release 26.0.* of the LORIS Imaging Insertion Pipeline for Ubuntu or CentOS systems This repo accompanies the [LORIS neuroimaging data platform main repo](https://github.com/aces/Loris/releases), release 24.1.*.
For documentation and detailed setup information, please see the [LORIS-MRI documentation](docs/) for your installed version. diff --git a/VERSION b/VERSION index 6bb686f7b..1e212a919 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.1.14 +26.0.0 From 8c7f444af889944340d70c2f8e8372685ba4ee50 Mon Sep 17 00:00:00 2001 From: Cecile Madjar Date: Thu, 13 Jun 2024 16:10:55 +0000 Subject: [PATCH 2/2] perldoc --- docs/scripts_md/Database.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/scripts_md/Database.md b/docs/scripts_md/Database.md index c6f48e139..7682cba84 100644 --- a/docs/scripts_md/Database.md +++ b/docs/scripts_md/Database.md @@ -117,11 +117,6 @@ INPUTS: Terminates the connection previously instantiated to the database if a connection was previously established. -### `DESTROY()` - -Object destructor: terminates the connection previously instantiated to the -database (if any). - # TO DO Nothing planned.