Skip to content

Commit c605d1f

Browse files
kpshervantarocco
authored andcommitted
release: v1.2.34
1 parent 3dabec1 commit c605d1f

File tree

7 files changed

+11132
-5517
lines changed

7 files changed

+11132
-5517
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
Changes
88
=======
99

10+
Version 1.2.34 (released 2022-08-12)
11+
12+
- importer: add new safari rules
13+
- importer: add providers priority
14+
- bump invenio-app-ils
15+
1016
Version 1.2.33 (released 2022-06-09)
1117

1218
- importer: add AMS provider to vocabulary and fix an issue with unknown providers.

cds_ils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
and parsed by ``setup.py``.
1212
"""
1313

14-
__version__ = "1.2.33"
14+
__version__ = "1.2.34"

requirements.pinned.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ invenio-access==1.4.2
7070
invenio-accounts==1.4.8
7171
invenio-admin==1.3.1
7272
invenio-app==1.3.2
73-
invenio-app-ils==1.0.0a63
73+
invenio-app-ils==1.0.0a65
7474
invenio-assets==1.2.7
7575
invenio-banners==1.0.0a1
7676
invenio-base==1.2.10

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Flask-BabelEx>=0.9.3",
3535
"fuzzywuzzy>=0.18.0",
3636
"python-ldap>=3.4.0,<3.5.0",
37-
"invenio-app-ils[lorem,elasticsearch7,postgresql]==1.0.0a63",
37+
"invenio-app-ils[lorem,elasticsearch7,postgresql]==1.0.0a65",
3838
"sentry-sdk>=0.10.2",
3939
# migrator deps
4040
"cds-dojson==0.9.0",

ui/.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.68
2-
REACT_APP_INVENIO_VERSION=1.0.0a63
1+
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.69
2+
REACT_APP_INVENIO_VERSION=1.0.0a65
33
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
44
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
5-
REACT_APP_OVERLAY_VERSION=1.2.33
5+
REACT_APP_OVERLAY_VERSION=1.2.34
66
REACT_APP_ENV_NAME=dev
77
REACT_APP_INVENIO_PIWIK_ID=undefined
88
REACT_APP_INVENIO_MATOMO_ID=undefined

0 commit comments

Comments
 (0)