From feda000d12b03f38b2222ef24a61cb8f8e0557e2 Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Thu, 20 Oct 2022 08:39:42 +0200 Subject: [PATCH] release: v1.8.1 Co-Authored-by: Pascal Repond --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- sonar/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56af2862..dcd47ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.8.1](https://github.com/rero/sonar/tree/v1.8.1) (2022-10-20) + +[Full Changelog](https://github.com/rero/sonar/compare/v1.8.0...v1.8.1) + +**Bug fixes:** + +* logged user: fix settings [\#905](https://github.com/rero/sonar/pull/905) (by @Garfield-fr) + ## [v1.8.0](https://github.com/rero/sonar/tree/v1.8.0) (2022-08-30) [Full Changelog](https://github.com/rero/sonar/compare/v1.7.0...v1.8.0) diff --git a/pyproject.toml b/pyproject.toml index 9ac7a5c7..0dd732c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SONAR" -version = "1.8.0" +version = "1.8.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 90e45ba4..9aa4278a 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.8.0' +__version__ = '1.8.1'