From a368712c337d0658d3359f1cef64810e64c48bd9 Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Tue, 22 Aug 2023 13:53:23 +0200 Subject: [PATCH] release: v1.9.0 Co-authored-by: Pascal Repond --- CHANGELOG.md | 25 ++++++++++++++++++++++++- pyproject.toml | 2 +- sonar/config_sonar.py | 2 +- sonar/version.py | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 842fc2f5..384335f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [v1.9.0](https://github.com/rero/sonar/tree/v1.9.0) (2023-08-22) + +[Full Changelog](https://github.com/rero/sonar/compare/v1.8.2...v1.9.0) + +**New features:** +* Activate URN assignment and registration [\#811](https://github.com/rero/sonar/issues/811) (by @jma) +* ARK persistent identifiers: activate storage, display and redirection [\#652](https://github.com/rero/sonar/issues/652) (by @jma) + +**Enhancements:** +* documents and deposits: add diamond OA status [\#940](https://github.com/rero/sonar/pull/940) (by @PascalRepond) +* controlled affiliations: add terms for HEP BEJUNE [\#939](https://github.com/rero/sonar/pull/939) (by @PascalRepond) + +**Fixes:** +* documents: fix lowercase contributor role [\#937](https://github.com/rero/sonar/pull/937) (by @PascalRepond) +* controlledAffiliation: fix resolver [\#918](https://github.com/rero/sonar/pull/918) (by @PascalRepond) +* files: fix record retrieval from the file bucket [\#950](https://github.com/rero/sonar/pull/950) (by @jma) +* orcid: change legacy URL [\#947](https://github.com/rero/sonar/pull/947) (by @jma) + +**Other changes:** +* dependencies: fix vulnerabilities [\#935](https://github.com/rero/sonar/pull/935) (by @jma) +* dependencies: update [\#927](https://github.com/rero/sonar/pull/927) (by @PascalRepond) +* dependencies: fix vulnerabilities [\#924](https://github.com/rero/sonar/pull/924) (by @jma) + ## [v1.8.2](https://github.com/rero/sonar/tree/v1.8.2) (2022-11-24) [Full Changelog](https://github.com/rero/sonar/compare/v1.8.1...v1.8.2) @@ -69,7 +92,7 @@ **Implemented enhancements:** - Add direct link to main file in `oai_dc` export \(OAI-PMH\) [\#800](https://github.com/rero/sonar/issues/800) ([Garfield-fr](https://github.com/Garfield-fr)) -- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo)) +- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo)) - Improvements and corrections of the document detailed view \[3\] [\#723](https://github.com/rero/sonar/issues/723) ([Garfield-fr](https://github.com/Garfield-fr)) - Dublin Core export: add language attribute for abstracts and keywords [\#661](https://github.com/rero/sonar/issues/661) ([Garfield-fr](https://github.com/Garfield-fr)) diff --git a/pyproject.toml b/pyproject.toml index aa773da4..967f084e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SONAR" -version = "1.8.2" +version = "1.9.0" description = "SONAR is an archive of scholarly publications. It intends to collect, promote and preserve the publications of authors affiliated with Swiss public research institutions." authors = ["RERO "] license = "GNU Affero General Public License v3.0" diff --git a/sonar/config_sonar.py b/sonar/config_sonar.py index 5cda968f..1318d9cd 100644 --- a/sonar/config_sonar.py +++ b/sonar/config_sonar.py @@ -525,7 +525,7 @@ """Disable permission checks during API calls. Useful when API is test from command line or progams like postman.""" -SONAR_APP_UI_VERSION = '1.6.0' +SONAR_APP_UI_VERSION = '14.0.0' SONAR_APP_DEFAULT_ORGANISATION = 'global' """Default organisation key.""" diff --git a/sonar/version.py b/sonar/version.py index 55e89558..8e8dfdf9 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.8.2' +__version__ = '1.9.0'