Skip to content

Commit eb37fed

Browse files
PascalRepondrerowep
authored andcommitted
release: v0.9.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent 2457349 commit eb37fed

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v0.9.0](https://github.com/rero/rero-mef/tree/v0.9.0) (2022-06-14)
4+
5+
[Full Changelog](https://github.com/rero/rero-mef/compare/v0.8.0...v0.9.0)
6+
7+
* Fix handling of agents that have been deleted from source [\#79](https://github.com/rero/rero-mef/pull/79)
8+
and [\#84](https://github.com/rero/rero-mef/pull/84) (by @rerowep)
9+
* Fix authorized access points [\#83](https://github.com/rero/rero-mef/pull/83) (by @rerowep)
10+
* Update dependencies [\#82](https://github.com/rero/rero-mef/pull/82) (by @rerowep)
11+
* Upgrade Poetry to `>=1.1.0` [\#78](https://github.com/rero/rero-mef/pull/78) (by @rerowep)
12+
313
## [v0.8.0](https://github.com/rero/rero-mef/tree/v0.8.0) (2022-02-08)
414

515
[Full Changelog](https://github.com/rero/rero-mef/compare/v0.7.0...v0.8.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-mef"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "Invenio digital library framework MEF."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

rero_mef/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = '0.8.0'
26+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)