-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
1,965 additions
and
3,589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,3 +66,5 @@ target/ | |
|
||
# vscode history | ||
**/.history | ||
|
||
.python-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
and parsed by ``setup.py``. | ||
""" | ||
|
||
__version__ = "1.2.43" | ||
__version__ = "1.2.44" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.71 | ||
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.74 | ||
REACT_APP_INVENIO_VERSION=1.0.0a69 | ||
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=1.2.43 | ||
REACT_APP_OVERLAY_VERSION=1.2.44 | ||
REACT_APP_ENV_NAME=dev | ||
REACT_APP_INVENIO_PIWIK_ID=undefined | ||
REACT_APP_INVENIO_MATOMO_ID=undefined |
Oops, something went wrong.