From 9f5263ba96ca86aacee4c90c928016593dedf707 Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Wed, 11 Oct 2023 08:15:25 +0200 Subject: [PATCH] release: v1.9.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 384335f0..e6231de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog +## [v1.9.1](https://github.com/rero/sonar/tree/v1.9.1) (2023-10-11) + +[Full Changelog](https://github.com/rero/sonar/compare/v1.9.0...v1.9.1) + ## [v1.9.0](https://github.com/rero/sonar/tree/v1.9.0) (2023-08-22) +**Fixes:** +* deployement: fix nginx configuration [\#953](https://github.com/rero/sonar/pull/953) (by @jma) +* documents: fix poor performance on serializer [\#955](https://github.com/rero/sonar/pull/955) (by @jma) + [Full Changelog](https://github.com/rero/sonar/compare/v1.8.2...v1.9.0) **New features:** diff --git a/pyproject.toml b/pyproject.toml index 967f084e..7045b4dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SONAR" -version = "1.9.0" +version = "1.9.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 8e8dfdf9..c3f2f64e 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.9.0' +__version__ = '1.9.1'