Skip to content

Commit f9ea99f

Browse files
committed
release: v1.1.2
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
1 parent c50542b commit f9ea99f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [v1.1.2](https://github.com/rero/rero-invenio-files/tree/v1.1.1) (2025-08-04)
4+
5+
[Full Changelog](https://github.com/rero/rero-invenio-files/compare/v1.1.1...v1.1.2)
6+
7+
- chore: fix the wrong package publication on pypi for v1.1.1
8+
39
## [v1.1.1](https://github.com/rero/rero-invenio-files/tree/v1.1.1) (2025-07-31)
410

511
[Full Changelog](https://github.com/rero/rero-invenio-files/compare/v1.1.0...v1.1.1)

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.1.1"
3+
version = "1.1.2"
44
description = "Files support for the RERO invenio instances."
55
authors = [{name = "RERO",email = "software@rero.ch"}]
66
license = "AGPL-3.0"

rero_invenio_files/__init__.py

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

1818
from rero_invenio_files.ext import REROInvenioFiles
1919

20-
__version__ = "1.1.1"
20+
__version__ = "1.1.2"
2121

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

0 commit comments

Comments
 (0)