Skip to content

Commit

Permalink
release: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Feb 27, 2024
1 parent c4816c3 commit a5ca2a9
Show file tree
Hide file tree
Showing 6 changed files with 20,858 additions and 21,733 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
Changes
=======

Version 2.4.0 (released 2024-02-27)

- installation: invenio-app-ils upgrade (fix facets boolean)

Version 2.3.0 (released 2024-02-21)

- installation: invenio-app-ils upgrade (fix facets range)
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__ = "2.3.0"
__version__ = "2.4.0"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ "$SENTRY_ENVIRONMENT" == "prod" ]
then
echo "ERROR: you tried to run setup script on production. ABORTING."
else
invenio setup --skip-demo-data --verbose
invenio setup
invenio fixtures pages
cds-ils fixtures vocabularies
cds-ils fixtures location
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-alpha.78
REACT_APP_INVENIO_VERSION=2.0.0rc5
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.79
REACT_APP_INVENIO_VERSION=2.0.0rc6
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=2.3.0
REACT_APP_OVERLAY_VERSION=2.4.0
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_MATOMO_ID=undefined
Loading

0 comments on commit a5ca2a9

Please sign in to comment.