Skip to content

Commit

Permalink
release: v0.16.0
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Oct 29, 2024
1 parent 4d080f7 commit 2aa1bf1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.16.0](https://github.com/rero/rero-mef/tree/v0.16.0) (2024-10-29)

[Full Changelog](https://github.com/rero/rero-mef/compare/v0.15.0...v0.16.0)

**New features:**
* concepts: Add GND [\#170](https://github.com/rero/rero-mef/pull/170) (by @rerowep)
* places: add GND [\#169](https://github.com/rero/rero-mef/pull/169) (by @rerowep)

**Enhancements:**
* agents concepts places: add other identifiers [\#167](https://github.com/rero/rero-mef/pull/167) (by @rerowep)

## [v0.15.0](https://github.com/rero/rero-mef/tree/v0.15.0) (2024-06-13)

[Full Changelog](https://github.com/rero/rero-mef/compare/v0.14.0...v0.15.0)
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-mef"
version = "0.15.0"
version = "0.16.0"
description = "Invenio digital library framework MEF."
authors = ["RERO <software@rero.ch>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion rero_mef/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.15.0"
__version__ = "0.16.0"

0 comments on commit 2aa1bf1

Please sign in to comment.