Skip to content

Commit

Permalink
release: v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Nov 19, 2024
1 parent 9677426 commit b49284f
Show file tree
Hide file tree
Showing 6 changed files with 442 additions and 191 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 3.4.0 (released 2024-11-19)

- self-checkout: integrate new dedicated endpoints

Version 3.3.0 (released 2024-11-04)

- self-checkout: move permissions check to invenio-app-ils
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.3.0"
__version__ = "3.4.0"

__all__ = ("__version__",)
50 changes: 25 additions & 25 deletions requirements.pinned.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
alembic==1.10.4
amqp==5.2.0
amqp==5.3.1
appdirs==1.4.4
arrow==1.3.0
asttokens==2.4.1
async-timeout==4.0.3
async-timeout==5.0.1
attrs==24.2.0
babel==2.16.0
base32-lib==1.0.2
billiard==3.6.4.0
bleach==6.1.0
blinker==1.8.2
billiard==4.2.1
bleach==6.2.0
blinker==1.9.0
cachelib==0.9.0
cds-dojson==0.9.0
celery==5.2.7
celery==5.3.6
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
Expand Down Expand Up @@ -53,35 +53,35 @@ flask-shell-ipython==0.5.3
Flask-SQLAlchemy==2.5.1
flask-talisman==0.8.1
flask-webpackext==1.0.2
Flask-WTF==1.2.1
Flask-WTF==1.2.2
fs==2.4.16
ftfy==6.3.0
ftfy==6.3.1
future==1.0.0
fuzzywuzzy==0.18.0
github3.py==4.0.1
greenlet==3.1.1
idna==3.10
importlib-metadata==4.13.0
importlib_metadata==8.5.0
importlib_resources==6.4.5
infinity==1.5
intervals==0.9.2
invenio-access==2.0.0
invenio-access==2.1.0
invenio-accounts==3.5.2
invenio-admin==1.4.0
invenio-admin==1.4.1
invenio-app==1.3.4
invenio-app-ils==4.2.0
invenio-app-ils==4.3.0
invenio-assets==3.0.3
invenio-banners==1.0.0a1
invenio-base==1.2.17
invenio-cache==1.3.0
invenio-celery==1.2.5
invenio-celery==1.3.1
invenio-circulation==3.0.0a1
invenio-config==1.0.4
invenio-db==1.2.0
invenio-files-rest==2.2.1
invenio-db==1.3.1
invenio-files-rest==2.2.2
invenio-formatter==2.0.3
invenio-i18n==2.1.2
invenio-indexer==2.3.0
invenio-indexer==2.4.0
invenio-jsonschemas==1.1.4
invenio-logging==2.1.1
invenio-mail==2.1.1
Expand All @@ -91,10 +91,10 @@ invenio-oauthclient==3.5.1
invenio-opendefinition==2.0.0a2
invenio-pages==1.0.0a7
invenio-pidrelations==0.2.0
invenio-pidstore==1.3.1
invenio-pidstore==1.3.2
invenio-query-parser==0.6.0
invenio-queues==1.0.1
invenio-records==2.4.0
invenio-records==2.4.1
invenio-records-rest==2.4.1
invenio-rest==1.3.1
invenio-search==2.4.1
Expand All @@ -103,7 +103,7 @@ invenio-theme==2.5.10
invenio-userprofiles==1.2.5
ipython==8.18.1
itsdangerous==2.0.1
jedi==0.19.1
jedi==0.19.2
Jinja2==3.1.4
jsmin==3.0.1
jsonpatch==1.33
Expand All @@ -118,7 +118,7 @@ lorem==0.1.1
lxml==5.3.0
Mako==1.3.6
MarkupSafe==3.0.2
marshmallow==3.23.0
marshmallow==3.23.1
matplotlib-inline==0.1.7
maxminddb==2.6.2
maxminddb-geolite2==2018.703
Expand All @@ -127,7 +127,7 @@ oauthlib==2.1.0
opensearch-dsl==2.1.0
opensearch-py==2.7.1
ordereddict==1.1
packaging==24.1
packaging==24.2
parso==0.8.4
passlib==1.7.4
pexpect==4.9.0
Expand All @@ -142,7 +142,7 @@ pyasn1_modules==0.4.1
pycountry==22.3.5
pycparser==2.22
Pygments==2.18.0
PyJWT==2.9.0
PyJWT==2.10.0
pynpm==0.2.0
pyPEG2==2.15.2
python-dateutil==2.9.0.post0
Expand All @@ -154,11 +154,11 @@ redis==5.1.1
referencing==0.35.1
requests==2.32.3
requests-oauthlib==1.1.0
rpds-py==0.20.0
rpds-py==0.21.0
sentry-sdk==1.45.1
simplejson==3.19.3
simplekv==0.14.1
six==1.16.0
six==1.15.0
speaklater==1.3
SQLAlchemy==1.4.54
SQLAlchemy-Continuum==1.4.1
Expand All @@ -183,4 +183,4 @@ Werkzeug==2.2.3
WTForms==2.3.3
WTForms-Alchemy==0.18.0
WTForms-Components==0.10.5
zipp==3.20.2
zipp==3.21.0
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.1.0
REACT_APP_INVENIO_VERSION=4.2.0
REACT_APP_UI_ILS_VERSION=1.2.0
REACT_APP_INVENIO_VERSION=4.3.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.3.0
REACT_APP_OVERLAY_VERSION=3.4.0
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_MATOMO_ID=undefined
Loading

0 comments on commit b49284f

Please sign in to comment.