From 7eebf8e811b2218c361f0d3e34901a99acb667fa Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Thu, 10 Feb 2022 16:03:58 +0100 Subject: [PATCH] release: v1.5.1 --- 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 824203ef..fdabf375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.5.1](https://github.com/rero/sonar/tree/v1.5.1) (2022-02-10) + +[Full Changelog](https://github.com/rero/sonar/compare/v1.5.0...v1.5.1) + +**Merged pull requests:** + +- documents: store allowed ips addresses in CIDR format [\#769](https://github.com/rero/sonar/pull/769) ([jma](https://github.com/jma)) + ## [v1.5.0](https://github.com/rero/sonar/tree/v1.5.0) (2022-02-03) [Full Changelog](https://github.com/rero/sonar/compare/v1.4.2...v1.5.0) diff --git a/pyproject.toml b/pyproject.toml index 67fade13..f608d12d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SONAR" -version = "1.5.0" +version = "1.5.1" description = "SONAR is a future 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 8605ce99..8e505697 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.5.0' +__version__ = '1.5.1'