Skip to content

Commit

Permalink
release: v0.6.2
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Nov 27, 2023
1 parent 619144e commit 34a8893
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rero-ebooks"
version = "0.6.1"
version = "0.6.2"
description = "Ebooks repository for RERO."
authors = ["RERO <[email protected]>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion rero_ebooks/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = '0.6.1'
__version__ = '0.6.2'

0 comments on commit 34a8893

Please sign in to comment.