Skip to content

Commit 16ac361

Browse files
committed
release: v1.1.0
- Updates dependencies. Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
1 parent 4bddcaf commit 16ac361

File tree

4 files changed

+36
-21
lines changed

4 files changed

+36
-21
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [v1.1.0](https://github.com/rero/rero-invenio-files/tree/v1.1.0) (2025-05-13)
4+
5+
[Full Changelog](https://github.com/rero/rero-invenio-files/compare/v1.0.0...v1.1.0)
6+
7+
**Enhancements:**
8+
* invenio: new version [\#5](https://github.com/rero/rero-invenio-files/pull/5) (by @rerowep)
9+
* actions: pipy publish package use poetry [\#2](https://github.com/rero/rero-invenio-files/pull/2) (by @jma)
10+
11+
## [v1.0.0](https://github.com/rero/rero-invenio-files/tree/v1.0.0) (2024-05-21)
12+
13+
* Initial commit

poetry.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rero-invenio-files"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Files support for the RERO invenio instances."
55
authors = [{name = "RERO",email = "software@rero.ch"}]
66
license = "GNU Affero General Public License v3.0"

rero_invenio_files/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
from rero_invenio_files.ext import REROInvenioFiles
2121

22-
__version__ = "0.1.0"
22+
__version__ = "1.1.0"
2323

2424
__all__ = ("__version__", "REROInvenioFiles")

0 commit comments

Comments
 (0)