From 55199d04cf21ced4fc5238f89602a16f34522b74 Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Tue, 30 Jan 2024 16:28:06 +0100 Subject: [PATCH] release: v1.10.1 Co-Authored-by: Pascal Repond --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- sonar/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec848e0..913e98cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v1.10.1](https://github.com/rero/sonar/tree/v1.10.1) (2024-01-30) + +[Full Changelog](https://github.com/rero/sonar/compare/v1.10.0...v1.10.1) + +**Fixes:** +* documents: removes permssions from the search list [\#972](https://github.com/rero/sonar/issues/972) (by @jma) + ## [v1.10.0](https://github.com/rero/sonar/tree/v1.10.0) (2024-01-23) [Full Changelog](https://github.com/rero/sonar/compare/v1.9.1...v1.10.0) diff --git a/pyproject.toml b/pyproject.toml index 09d81263..410f23ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SONAR" -version = "1.10.0" +version = "1.10.1" 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/version.py b/sonar/version.py index 6c144341..32944616 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.10.0' +__version__ = '1.10.1'