Skip to content

Commit

Permalink
release: v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Nov 4, 2024
1 parent 95cef8b commit 9404034
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 1,807 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Changes
=======

Version 3.3.0 (released 2024-11-04)

- self-checkout: move permissions check to invenio-app-ils
- importer: add `jm` as possible audiobook id
- importer: `series` word is removed only when appearing at end of the title

Version 3.2.0 (released 2024-10-22)

- search: add cross_field search type to enable AND searches across multiple fields
Expand Down
2 changes: 1 addition & 1 deletion cds_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""CDS-ILS."""

__version__ = "3.2.0"
__version__ = "3.3.0"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion requirements.pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ invenio-access==2.0.0
invenio-accounts==3.5.2
invenio-admin==1.4.0
invenio-app==1.3.4
invenio-app-ils==4.1.0
invenio-app-ils==4.2.0
invenio-assets==3.0.3
invenio-banners==1.0.0a1
invenio-base==1.2.17
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip_safe = False
install_requires =
fuzzywuzzy>=0.18.0
python-ldap>=3.4.0,<3.5.0
invenio-app-ils[lorem,opensearch2]==4.1.0
invenio-app-ils[lorem,opensearch2]==4.2.0
sentry-sdk>=0.10.2
# migrator deps
cds-dojson==0.9.0
Expand Down
6 changes: 3 additions & 3 deletions ui/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REACT_APP_UI_ILS_VERSION=1.0.0
REACT_APP_INVENIO_VERSION=4.1.0
REACT_APP_UI_ILS_VERSION=1.1.0
REACT_APP_INVENIO_VERSION=4.2.0
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
REACT_APP_OVERLAY_VERSION=3.2.0
REACT_APP_OVERLAY_VERSION=3.3.0
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_MATOMO_ID=undefined
2,184 changes: 384 additions & 1,800 deletions ui/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-ils",
"version": "3.2.0",
"version": "3.3.0",
"dependencies": {
"@artsy/fresnel": "^1.3.1",
"@babel/runtime": "^7.9.2",
Expand Down

0 comments on commit 9404034

Please sign in to comment.