From 34a8893723754943ce5327f217cbce0d62982a91 Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Mon, 27 Nov 2023 09:45:55 +0100 Subject: [PATCH] release: v0.6.2 Co-Authored-by: Pascal Repond --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- rero_ebooks/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c586065..a274d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.6.2](https://github.com/rero/rero-ebooks/tree/v0.6.2) (2023-11-27) + +[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.6.1...v0.6.2) + +**Fixes:** +* dependencies: fix security issues [\#76](https://github.com/rero/rero-ebooks/pull/76) (by @rerowep) +* oaiserver: fix set creation [\#75](https://github.com/rero/rero-ebooks/pull/75) (by @rerowep) + ## [v0.6.1](https://github.com/rero/rero-ebooks/tree/v0.6.1) (2023-05-04) [Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.6.0...v0.6.1) diff --git a/pyproject.toml b/pyproject.toml index 7185de7..91d1073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rero-ebooks" -version = "0.6.1" +version = "0.6.2" description = "Ebooks repository for RERO." authors = ["RERO "] license = "GNU Affero General Public License v3.0" diff --git a/rero_ebooks/version.py b/rero_ebooks/version.py index da2b678..709556e 100644 --- a/rero_ebooks/version.py +++ b/rero_ebooks/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '0.6.1' +__version__ = '0.6.2'