Skip to content

Commit 8437a14

Browse files
committed
release: v1.20.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent a74c647 commit 8437a14

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [v1.20.0](https://github.com/rero/rero-ils/tree/v1.20.0) (2023-11-21)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.19.0...v1.20.0)
6+
7+
**New features:**
8+
* Statistics configurations module [\#3532](https://github.com/rero/rero-ils/pull/3532) (by @jma)
9+
* Import: add Renouvaud SRU import [\#3518](https://github.com/rero/rero-ils/issues/3518) (by @rerowep)
10+
11+
**Enhancements:**
12+
* ill requests: improve status display [\#3503](https://github.com/rero/rero-ils/pull/3503) (by @PascalRepond)
13+
14+
**Fixes:**
15+
* entity: Add verbose to sync-errors cli [\#3536](https://github.com/rero/rero-ils/pull/3536) (by @rerowep)
16+
* Serials: items that are not received should not have a received_date [\#3457](https://github.com/rero/rero-ils/issues/3457) (by @rerowep)
17+
* import: SLSP [\#3517](https://github.com/rero/rero-ils/pull/3517) (by @rerowep)
18+
* user: fix size of country field on form [\#3484](https://github.com/rero/rero-ils/pull/3484) (by @Garfield-fr)
19+
* notifications: set a maximum delay [\#3510](https://github.com/rero/rero-ils/pull/3510) (by @PascalRepond)
20+
* import: fix BNF qualifier [\#3514](https://github.com/rero/rero-ils/pull/3514) (by @rerowep)
21+
* remote_entities: fix ReplaceIdentifiedBy [\#3511](https://github.com/rero/rero-ils/pull/3511) (by @rerowep)
22+
* General note label displayed even if the field doesn't exist [\#3523](https://github.com/rero/rero-ils/issues/3523) (by @Garfield-fr)
23+
* notifications: process date has no timezone [\#3296](https://github.com/rero/rero-ils/issues/3296) (by @rerowep)
24+
* Check-in view: patron information is not displayed anymore [\#3509](https://github.com/rero/rero-ils/issues/3509) (by @PascalRepond)
25+
* Login location not displayed if only one affiliation [\#3477](https://github.com/rero/rero-ils/issues/3477) (by @Garfield-fr)
26+
* dependencies: fix vulnerabilites [\#3515](https://github.com/rero/rero-ils/pull/3515) (by @rerowep)
27+
* dependencies: fix security issues [\#3506](https://github.com/rero/rero-ils/pull/3506) (by @jma)
28+
* dependencies: unlock redisbeat version [\#3500](https://github.com/rero/rero-ils/pull/3500) (by @PascalRepond)
29+
* translations: fix untranslated strings [\#3502](https://github.com/rero/rero-ils/pull/3502) (by @PascalRepond)
30+
331
## [v1.19.0](https://github.com/rero/rero-ils/tree/v1.19.0) (2023-10-10)
432

533
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.18.0...v1.19.0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

rero_ils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "1.19.0"
26+
__version__ = "1.20.0"

scripts/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ then
151151
info_msg "Install RERO-ILS-UI from tgz: ${tgz_file}"
152152
npm install --no-save --only=prod --no-fund --no-audit "${tgz_file}" --prefix "${static_folder}"
153153
else
154-
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@14.5.0 --prefix "${static_folder}"
154+
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@14.6.0 --prefix "${static_folder}"
155155
fi
156156

157157
# build the web assets

0 commit comments

Comments
 (0)