Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Feb 19, 2024
1 parent b0530f1 commit 7a44b64
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
Changes
=======

Version 2.1.0 (released 2024-102-19)

- installation: invenio-app-ils upgrade

Version 2.0.0 (released 2024-102-16)

- global: python version upgrade
- global: invenio dependencies upgrade

Version 1.2.57 (released 2023-11-30)

- assets: update homepage image
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.0.0"
__version__ = "2.1.0"

__all__ = ("__version__",)
4 changes: 2 additions & 2 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.0rc2
REACT_APP_INVENIO_VERSION=2.0.0rc3
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.0.0
REACT_APP_OVERLAY_VERSION=2.1.0
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_MATOMO_ID=undefined
2 changes: 1 addition & 1 deletion ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0",
"version": "2.1.0",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.78",
Expand Down

0 comments on commit 7a44b64

Please sign in to comment.